File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
ydb/core/tx/columnshard/engines/portions Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ void TReadPortionInfoWithBlobs::RestoreChunk(const std::shared_ptr<IPortionDataC
1818TConclusion<std::shared_ptr<NArrow::TGeneralContainer>> TReadPortionInfoWithBlobs::RestoreBatch (
1919 const ISnapshotSchema& data, const ISnapshotSchema& resultSchema, const std::set<ui32>& seqColumns) const {
2020 THashMap<TChunkAddress, TString> blobs;
21+ NActors::TLogContextGuard gLogging =
22+ NActors::TLogContextBuilder::Build (NKikimrServices::TX_COLUMNSHARD)(" portion_id" , PortionInfo.GetPortionId ());
2123 for (auto && i : PortionInfo.GetRecordsVerified ()) {
2224 blobs[i.GetAddress ()] = GetBlobByAddressVerified (i.ColumnId , i.Chunk );
2325 Y_ABORT_UNLESS (blobs[i.GetAddress ()].size () == i.BlobRange .Size );
You can’t perform that action at this time.
0 commit comments