Skip to content

Commit

Permalink
inflight has been fixed for TCreateComputeDatabaseActor in case of Ti… (
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg authored and Oleg Doronin committed Oct 23, 2024
1 parent 6d2ad6a commit 749ef5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ class TCreateComputeDatabaseActor : public NActors::TActorBootstrapped<TCreateCo
)

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

0 comments on commit 749ef5f

Please sign in to comment.