Browse Source

Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at 'ydb'

https://clubs.at.yandex-team.ru/arcadia/29404
ilnurkh 1 year ago
parent
commit
eecb068946
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp

+ 1 - 1
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);