Skip to content

Commit

Permalink
Execute TLogFlushCompletion in GetThread (#9298)
Browse files Browse the repository at this point in the history
  • Loading branch information
va-kuznecov authored Sep 16, 2024
1 parent 680b542 commit a179d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class TLogFlushCompletionAction : public TCompletionAction {
, CommonLogger(commonLogger)
, CompletionLogWrite(completionLogWrite)
{
TCompletionAction::ShouldBeExecutedInCompletionThread = false;
Orbit = std::move(completionLogWrite->Orbit);
}

Expand Down

0 comments on commit a179d17

Please sign in to comment.