diff options
author | Nikolay Shestakov <tesseract@ydb.tech> | 2025-04-22 14:05:42 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-22 12:05:42 +0300 |
commit | 56856c44b5d34588629df2a35e1017ce53bbcb2b (patch) | |
tree | 6d536659be63ed751a42bf3d700f331017617c68 | |
parent | f3b5e93c1bc4a5f762602f2289b1b926af6befad (diff) | |
download | ydb-56856c44b5d34588629df2a35e1017ce53bbcb2b.tar.gz |
Fix notes from #14371 (#14793)
-rw-r--r-- | ydb/core/tx/replication/controller/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/tx/replication/controller/util.h b/ydb/core/tx/replication/controller/util.h index 64f727fd956..b9494d17fde 100644 --- a/ydb/core/tx/replication/controller/util.h +++ b/ydb/core/tx/replication/controller/util.h @@ -25,7 +25,6 @@ inline auto DefaultRetryableErrors() { EStatus::ABORTED, EStatus::UNAVAILABLE, EStatus::OVERLOADED, - EStatus::GENERIC_ERROR, EStatus::TIMEOUT, EStatus::BAD_SESSION, EStatus::SESSION_EXPIRED, |