Skip to content

Commit

Permalink
Execute TLogFlushCompletion in GetThread (ydb-platform#9298)
Browse files Browse the repository at this point in the history
  • Loading branch information
va-kuznecov committed Oct 16, 2024
1 parent 628c967 commit 3204ea3
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 3204ea3

Please sign in to comment.