summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/common/retry_lib.cpp
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-04-21 21:54:49 +0300
committerhiddenpath <[email protected]>2025-04-21 22:30:16 +0300
commit8457aaabdc898a94c139391e8262afa51810b185 (patch)
tree7367f687e5589024a3119b538059628e50f8bbf9 /yt/cpp/mapreduce/common/retry_lib.cpp
parent108c1aa409626aa29ca728edafd01fbbd7a1b00e (diff)
YT-24322: Retry cannot read from socket input stream error
commit_hash:bdfb86ce1915fd5c298250f4973acf6343a3e226
Diffstat (limited to 'yt/cpp/mapreduce/common/retry_lib.cpp')
-rw-r--r--yt/cpp/mapreduce/common/retry_lib.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/common/retry_lib.cpp b/yt/cpp/mapreduce/common/retry_lib.cpp
index e898bfc3814..e352bd144be 100644
--- a/yt/cpp/mapreduce/common/retry_lib.cpp
+++ b/yt/cpp/mapreduce/common/retry_lib.cpp
@@ -222,6 +222,7 @@ static TMaybe<TDuration> TryGetBackoffDuration(const TErrorResponse& errorRespon
}
for (auto code : {
NRpc::TransportError,
+ NBus::TransportError,
NRpc::Unavailable,
NApi::RetriableArchiveError,
NSequoiaClient::SequoiaRetriableError,