From 6ef6895772bc473a21252db8a2a9f4c1b179841c Mon Sep 17 00:00:00 2001 From: ilnurkh Date: Mon, 9 Oct 2023 20:25:13 +0300 Subject: Y_VERIFY->Y_ABORT_UNLESS at ^yt https://clubs.at.yandex-team.ru/arcadia/29404 --- yt/cpp/mapreduce/client/client_reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt/cpp/mapreduce/client/client_reader.cpp') diff --git a/yt/cpp/mapreduce/client/client_reader.cpp b/yt/cpp/mapreduce/client/client_reader.cpp index 5b4369ecbfe..f1c12312206 100644 --- a/yt/cpp/mapreduce/client/client_reader.cpp +++ b/yt/cpp/mapreduce/client/client_reader.cpp @@ -54,7 +54,7 @@ TClientReader::TClientReader( , ReadTransaction_(nullptr) { if (options.CreateTransaction_) { - Y_VERIFY(transactionPinger, "Internal error: transactionPinger is null"); + Y_ABORT_UNLESS(transactionPinger, "Internal error: transactionPinger is null"); ReadTransaction_ = MakeHolder( ClientRetryPolicy_, Context_, -- cgit v1.3