summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapachee <[email protected]>2025-03-06 17:55:57 +0300
committerapachee <[email protected]>2025-03-06 18:08:43 +0300
commitb2a614b978aa9ece8ea6f19758cbd3cbff7bb59e (patch)
treeeaabde5f098a49772a10763feb1e54e3d7aa137d
parent82a5981c8a3a21d7cc17551fac0c1513f3cbf95a (diff)
YT-22357: Limit number of orchid redirects from queue agent to 1
* Changelog entry Type: fix Component: queue-agent Prevent catastrophic split-brain between queue agent instances leading to orchid redirect loop by limiting the number of redirection and add retries commit_hash:42f96c103620a73c2467159034ffb13e7380a401
-rw-r--r--yt/yt/client/queue_client/public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/queue_client/public.h b/yt/yt/client/queue_client/public.h
index 3fe6ce99a51..8e4ffa909c6 100644
--- a/yt/yt/client/queue_client/public.h
+++ b/yt/yt/client/queue_client/public.h
@@ -14,6 +14,7 @@ YT_DEFINE_ERROR_ENUM(
((InvalidEpoch) (3101))
((ZombieEpoch) (3102))
((InvalidRowSequenceNumbers) (3103))
+ ((QueueAgentRetriableError) (3104))
);
////////////////////////////////////////////////////////////////////////////////