aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2023-10-18 15:52:05 +0300
committerilnurkh <ilnurkh@yandex-team.com>2023-10-18 16:21:59 +0300
commiteecb068946e787fc64feef83a24643e0dbc49b85 (patch)
treeb0f3f6b313fd688b9f3863eaaf85d38cccff5f87
parent66f7b5410b96bc6c6edfc8098f8c1f6a7297c619 (diff)
downloadydb-eecb068946e787fc64feef83a24643e0dbc49b85.tar.gz
Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at 'ydb'
https://clubs.at.yandex-team.ru/arcadia/29404
-rw-r--r--ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp b/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp
index e106d3925f..62acd7963d 100644
--- a/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp
+++ b/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp
@@ -24,7 +24,7 @@ public:
void Exec(TActorSystem *actorSystem) override {
CommonLogger->FirstUncommitted = TFirstUncommitted(EndChunkIdx, EndSectorIdx);
- Y_VERIFY_DEBUG(FlushAction);
+ Y_DEBUG_ABORT_UNLESS(FlushAction);
// FlushAction here is a TCompletionLogWrite which will decrease owner's inflight count.
FlushAction->Exec(actorSystem);