Skip to content

Commit 5849452

Browse files
add signal
1 parent a8fe1f4 commit 5849452

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ydb/core/tx/columnshard/engines/reader/transaction/tx_scan.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ void TTxScan::Complete(const TActorContext& ctx) {
241241
auto issue = NYql::YqlIssue({}, NYql::TIssuesIds::KIKIMR_TEMPORARILY_UNAVAILABLE, TStringBuilder()
242242
<< "Table " << table << " (shard " << Self->TabletID() << ") scan failed, reason: " << requestCookie.GetErrorMessage());
243243
NYql::IssueToMessage(issue, ev->Record.MutableIssues()->Add());
244+
Self->ScanCounters.OnScanDuration(NColumnShard::TScanCounters::EStatusFinish::CannotAddInFlight, TDuration::Zero());
244245
ctx.Send(scanComputeActor, ev.Release());
245246
return;
246247
}

0 commit comments

Comments
 (0)