Skip to content

Commit

Permalink
correct logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jul 14, 2024
1 parent c8a4265 commit 90db60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/columnshard_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ void TColumnShard::Handle(NOlap::NBlobOperations::NEvents::TEvDeleteSharedBlobs:
new NOlap::NBlobOperations::NEvents::TEvDeleteSharedBlobsFinished(
(NOlap::TTabletId)TabletID(), NKikimrColumnShardBlobOperationsProto::TEvDeleteSharedBlobsFinished::DestinationCurrenlyLocked));
for (auto&& i : ev->Get()->Record.GetBlobIds()) {
AFL_DEBUG(NKikimrServices::TX_COLUMNSHARD)("event", "sharing_in_progress")("blob_id", i)(
AFL_DEBUG(NKikimrServices::TX_COLUMNSHARD_BLOBS)("event", "sharing_in_progress")("blob_id", i)(
"from_tablet", ev->Get()->Record.GetSourceTabletId());
}

Expand Down

0 comments on commit 90db60e

Please sign in to comment.