aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2023-10-10 21:58:11 +0300
committerilnurkh <ilnurkh@yandex-team.com>2023-10-10 22:13:33 +0300
commit7e9311384db5c8eb034ae26b94f8f4b76e60f5ac (patch)
treebfa09dfecf8529c0f8b741c010654df2f9a768ca
parentb095e56cd5b52837fd9f04f0a1c19b54ceacf36d (diff)
downloadydb-7e9311384db5c8eb034ae26b94f8f4b76e60f5ac.tar.gz
Y_VERIFY->Y_ABORT_UNLESS at '^[^cj]'
https://clubs.at.yandex-team.ru/arcadia/29404
-rw-r--r--ydb/core/tx/columnshard/resource_subscriber/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/columnshard/resource_subscriber/actor.cpp b/ydb/core/tx/columnshard/resource_subscriber/actor.cpp
index 19045a7efa5..88bc79d3804 100644
--- a/ydb/core/tx/columnshard/resource_subscriber/actor.cpp
+++ b/ydb/core/tx/columnshard/resource_subscriber/actor.cpp
@@ -55,7 +55,7 @@ TActor::TActor(ui64 tabletId, const TActorId& parent)
}
TActor::~TActor() {
- Y_VERIFY(!NActors::TlsActivationContext || Tasks.empty());
+ Y_ABORT_UNLESS(!NActors::TlsActivationContext || Tasks.empty());
}
}