Skip to content

Commit

Permalink
Merge 749ef5f into 8824111
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg authored Oct 23, 2024
2 parents 8824111 + 749ef5f commit f31a34a
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 f31a34a

Please sign in to comment.