diff options
author | robot-piglet <[email protected]> | 2024-02-07 20:54:43 +0300 |
---|---|---|
committer | Alexander Smirnov <[email protected]> | 2024-02-09 19:18:43 +0300 |
commit | 806f3b176ef828d4baf6aae7ecafa4d772df5536 (patch) | |
tree | 6c899cfa3ab25613e8b57850c7f8ad329adfed6b | |
parent | ca5ada7f4a3b1816a00839d428c4bd52a3006307 (diff) |
Intermediate changes
-rw-r--r-- | yt/yt/client/tablet_client/public.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yt/yt/client/tablet_client/public.h b/yt/yt/client/tablet_client/public.h index 799fdb05ab9..379f6823674 100644 --- a/yt/yt/client/tablet_client/public.h +++ b/yt/yt/client/tablet_client/public.h @@ -186,6 +186,7 @@ DEFINE_ENUM(ETableReplicaStatus, DEFINE_ENUM(ETabletActionKind, ((Move) (0)) ((Reshard) (1)) + ((SmoothMove) (2)) ); DEFINE_ENUM(ETabletActionState, @@ -200,6 +201,10 @@ DEFINE_ENUM(ETabletActionState, ((Completed) (7)) ((Failing) (8)) ((Failed) (9)) + + ((MountingAuxiliary) (11)) + ((WaitingForSmoothMove) (12)) + ((AbortingSmoothMove) (13)) ); DEFINE_ENUM(ETabletServiceFeatures, |