Skip to content

Commit e552def

Browse files
authored
inflight has been fixed for TCreateComputeDatabaseActor in case of Ti… (#9945)
1 parent 1a36438 commit e552def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/fq/libs/control_plane_proxy/control_plane_proxy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ class TCreateComputeDatabaseActor : public NActors::TActorBootstrapped<TCreateCo
450450
)
451451

452452
void HandleTimeout() {
453+
Counters->InFly->Dec();
453454
CPP_LOG_W("Create database timeout. CloudId: " << CloudId << " Scope: " << Scope << " Actor id: " << SelfId());
454455
NYql::TIssues issues;
455456
NYql::TIssue issue = MakeErrorIssue(TIssuesIds::TIMEOUT, "Create database: request timeout. Try repeating the request later");

0 commit comments

Comments
 (0)