diff options
| author | kvk1920 <[email protected]> | 2025-05-31 00:48:07 +0300 |
|---|---|---|
| committer | kvk1920 <[email protected]> | 2025-05-31 01:02:16 +0300 |
| commit | ee5b6fbd5d93c6d327d0b9e2081067d41997d17e (patch) | |
| tree | 861c87262e4f5af8e3f3b5d5b9b119666a22f472 /yt/cpp/mapreduce/common/retry_lib.cpp | |
| parent | fcc18ade321e3471411a93114f83ca8c339b876e (diff) | |
Drop Sequoia retries in non-native client
commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
Diffstat (limited to 'yt/cpp/mapreduce/common/retry_lib.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/common/retry_lib.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/common/retry_lib.cpp b/yt/cpp/mapreduce/common/retry_lib.cpp index e352bd144be..a39001091cd 100644 --- a/yt/cpp/mapreduce/common/retry_lib.cpp +++ b/yt/cpp/mapreduce/common/retry_lib.cpp @@ -225,7 +225,6 @@ static TMaybe<TDuration> TryGetBackoffDuration(const TErrorResponse& errorRespon NBus::TransportError, NRpc::Unavailable, NApi::RetriableArchiveError, - NSequoiaClient::SequoiaRetriableError, NRpc::TransientFailure, Canceled, Timeout, |
