diff options
| author | ermolovd <[email protected]> | 2023-08-24 18:16:36 +0300 | 
|---|---|---|
| committer | ermolovd <[email protected]> | 2023-08-24 18:32:42 +0300 | 
| commit | 3d40978be0626fb1242c81ca9242c45464375574 (patch) | |
| tree | 295c23526fd3470f4abe4297f5a3e9b7bc6d9755 /yt/cpp/mapreduce/client/client.h | |
| parent | de6e39881d059d67cbcc978d076d9e3e5e9732fc (diff) | |
Fix race in client
Diffstat (limited to 'yt/cpp/mapreduce/client/client.h')
| -rw-r--r-- | yt/cpp/mapreduce/client/client.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/yt/cpp/mapreduce/client/client.h b/yt/cpp/mapreduce/client/client.h index 0f4df09d0ba..453b79f2a7c 100644 --- a/yt/cpp/mapreduce/client/client.h +++ b/yt/cpp/mapreduce/client/client.h @@ -490,7 +490,7 @@ private:      ITransactionPingerPtr TransactionPinger_;      std::atomic<bool> Shutdown_ = false; -    TMutex YtPollerLock_; +    TMutex Lock_;      THolder<TYtPoller> YtPoller_;  }; | 
