Skip to content

Commit 8241075

Browse files
author
Matveev Sergei
committed
verify to verify debug
1 parent 4256c83 commit 8241075

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/columnshard/engines/reader/actor

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/reader/actor/actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ void TColumnShardScan::CheckHanging(const bool logging) const {
181181
"debug", ScanIterator ? ScanIterator->DebugString() : Default<TString>())("last", LastResultInstant);
182182
}
183183
const bool ok = !!FinishInstant || !ScanIterator || !ChunksLimiter.HasMore() || ScanCountersPool.InWaiting();
184-
AFL_VERIFY(ok)
184+
AFL_VERIFY_DEBUG(ok)
185185
("finished", ScanIterator->Finished())
186186
("scan_actor_id", ScanActorId)("tx_id", TxId)("scan_id", ScanId)("gen", ScanGen)("tablet", TabletId)("debug", ScanIterator->DebugString())(
187187
"counters", ScanCountersPool.DebugString());

0 commit comments

Comments
 (0)