From 693274b40b1a9ebdf2da02f2e87fbc8502105738 Mon Sep 17 00:00:00 2001 From: ermolovd Date: Tue, 28 Apr 2026 10:36:20 +0300 Subject: YT-27827: TPingerTransaction use BlockingGet instead of WaitFor in destructor commit_hash:90bbe36635e0d48c81c153567dcedf28f103efbe --- yt/cpp/mapreduce/client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt/cpp/mapreduce/client/client.cpp') diff --git a/yt/cpp/mapreduce/client/client.cpp b/yt/cpp/mapreduce/client/client.cpp index 06e27671736..aeed59a7d65 100644 --- a/yt/cpp/mapreduce/client/client.cpp +++ b/yt/cpp/mapreduce/client/client.cpp @@ -1694,7 +1694,7 @@ ITransactionPingerPtr TClient::GetTransactionPinger() { auto g = Guard(Lock_); if (!TransactionPinger_) { - TransactionPinger_ = CreateTransactionPinger(Context_.Config); + TransactionPinger_ = CreateTransactionPinger(Context_.Config, RawClient_); } return TransactionPinger_; } -- cgit v1.3