aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsavrus <savrus@yandex-team.com>2024-09-05 10:12:17 +0300
committersavrus <savrus@yandex-team.com>2024-09-05 10:31:06 +0300
commitde89226020296884baebb46db1582db1359e21dd (patch)
tree11bab3b2a98fc63b3910acc73606c831476c52e4
parentf7555bb7a3e280d7f2f4f10c60a58c9c55ed3731 (diff)
downloadydb-de89226020296884baebb46db1582db1359e21dd.tar.gz
YT-22173 Add replication card to collocation which residents in another chaos cell
dd7d66de57614c52544e2a4ed713fb0b650c4721
-rw-r--r--yt/yt/client/chaos_client/public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/chaos_client/public.h b/yt/yt/client/chaos_client/public.h
index 84964842d9..0493104b9d 100644
--- a/yt/yt/client/chaos_client/public.h
+++ b/yt/yt/client/chaos_client/public.h
@@ -36,6 +36,7 @@ YT_DEFINE_ERROR_ENUM(
((ReplicationCardNotKnown) (3200))
((ReplicationCardMigrated) (3201))
((ChaosCellSuspended) (3202))
+ ((ReplicationCollocationNotKnown) (3203))
);
////////////////////////////////////////////////////////////////////////////////