Skip to content

Commit 229d0c5

Browse files
committed
fix trace
1 parent f01937f commit 229d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/blobs_action/bs/blob_manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ bool TBlobManager::LoadState(IBlobManagerDb& db, const TTabletId selfTabletId) {
146146
return false;
147147
}
148148
if (storedGCBarrierPreparation < LastCollectedGenStep) {
149-
AFL_WARN(NKikimrServices::TX_COLUMNSHARD_BLOBS_BS)("mem_genstep", GCBarrierPreparation)("db_genstep", storedGCBarrierPreparation);
149+
AFL_WARN(NKikimrServices::TX_COLUMNSHARD_BLOBS_BS)("mem_genstep", GCBarrierPreparation)("last_genstep", LastCollectedGenStep)("db_genstep", storedGCBarrierPreparation);
150150
}
151151
AFL_VERIFY(!GCBarrierPreparation.Generation() || LastCollectedGenStep <= GCBarrierPreparation)("prepared", GCBarrierPreparation)("last", LastCollectedGenStep);
152152

0 commit comments

Comments
 (0)