From b2a614b978aa9ece8ea6f19758cbd3cbff7bb59e Mon Sep 17 00:00:00 2001 From: apachee Date: Thu, 6 Mar 2025 17:55:57 +0300 Subject: 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 --- yt/yt/client/queue_client/public.h | 1 + 1 file changed, 1 insertion(+) 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)) ); //////////////////////////////////////////////////////////////////////////////// -- cgit v1.3