We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fe1f4 commit 5849452Copy full SHA for 5849452
ydb/core/tx/columnshard/engines/reader/transaction/tx_scan.cpp
@@ -241,6 +241,7 @@ void TTxScan::Complete(const TActorContext& ctx) {
241
auto issue = NYql::YqlIssue({}, NYql::TIssuesIds::KIKIMR_TEMPORARILY_UNAVAILABLE, TStringBuilder()
242
<< "Table " << table << " (shard " << Self->TabletID() << ") scan failed, reason: " << requestCookie.GetErrorMessage());
243
NYql::IssueToMessage(issue, ev->Record.MutableIssues()->Add());
244
+ Self->ScanCounters.OnScanDuration(NColumnShard::TScanCounters::EStatusFinish::CannotAddInFlight, TDuration::Zero());
245
ctx.Send(scanComputeActor, ev.Release());
246
return;
247
}
0 commit comments