Skip to content

Commit 6fca8c1

Browse files
we have to notify cs at first to add lock information (#8614)
1 parent b8d1289 commit 6fca8c1

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
@@ -274,9 +274,9 @@ void TColumnShardScan::ContinueProcessing() {
274274
if (ChunksLimiter.HasMore()) {
275275
auto g = Stats->MakeGuard("Finish");
276276
MakeResult();
277+
Finish(NColumnShard::TScanCounters::EStatusFinish::Success);
277278
SendResult(false, true);
278279
ScanIterator.reset();
279-
Finish(NColumnShard::TScanCounters::EStatusFinish::Success);
280280
}
281281
} else {
282282
while (true) {

0 commit comments

Comments
 (0)