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/interface | |
| parent | fcc18ade321e3471411a93114f83ca8c339b876e (diff) | |
Drop Sequoia retries in non-native client
commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
Diffstat (limited to 'yt/cpp/mapreduce/interface')
| -rw-r--r-- | yt/cpp/mapreduce/interface/error_codes.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 |
