Skip to content

Commit 4c85bc6

Browse files
committed
Intermediate changes
1 parent 2211add commit 4c85bc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

yt/yt/client/tablet_client/public.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ DEFINE_ENUM(ETableReplicaStatus,
186186
DEFINE_ENUM(ETabletActionKind,
187187
((Move) (0))
188188
((Reshard) (1))
189+
((SmoothMove) (2))
189190
);
190191

191192
DEFINE_ENUM(ETabletActionState,
@@ -200,6 +201,10 @@ DEFINE_ENUM(ETabletActionState,
200201
((Completed) (7))
201202
((Failing) (8))
202203
((Failed) (9))
204+
205+
((MountingAuxiliary) (11))
206+
((WaitingForSmoothMove) (12))
207+
((AbortingSmoothMove) (13))
203208
);
204209

205210
DEFINE_ENUM(ETabletServiceFeatures,

0 commit comments

Comments
 (0)