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 | |
parent | fcc18ade321e3471411a93114f83ca8c339b876e (diff) |
Drop Sequoia retries in non-native client
commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
Diffstat (limited to 'yt/cpp/mapreduce')
-rw-r--r-- | yt/cpp/mapreduce/common/retry_lib.cpp | 1 | ||||
-rw-r--r-- | yt/cpp/mapreduce/interface/error_codes.h | 13 |
2 files changed, 0 insertions, 14 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, diff --git a/yt/cpp/mapreduce/interface/error_codes.h b/yt/cpp/mapreduce/interface/error_codes.h index 93c60b6da2f..00911d756da 100644 --- a/yt/cpp/mapreduce/interface/error_codes.h +++ b/yt/cpp/mapreduce/interface/error_codes.h @@ -468,18 +468,5 @@ namespace NJobProberClient { } // namespace NJobProberClient - - -// from ./ytlib/sequoia_client/public.h -namespace NSequoiaClient { - -//////////////////////////////////////////////////////////////////////////////// - - constexpr int SequoiaRetriableError = 6002; - -//////////////////////////////////////////////////////////////////////////////// - -} // namespace NSequoiaClient - } // namespace NClusterErrorCodes } // namespace NYT |