We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a36438 commit e552defCopy full SHA for e552def
ydb/core/fq/libs/control_plane_proxy/control_plane_proxy.cpp
@@ -450,6 +450,7 @@ class TCreateComputeDatabaseActor : public NActors::TActorBootstrapped<TCreateCo
450
)
451
452
void HandleTimeout() {
453
+ Counters->InFly->Dec();
454
CPP_LOG_W("Create database timeout. CloudId: " << CloudId << " Scope: " << Scope << " Actor id: " << SelfId());
455
NYql::TIssues issues;
456
NYql::TIssue issue = MakeErrorIssue(TIssuesIds::TIMEOUT, "Create database: request timeout. Try repeating the request later");
0 commit comments