Fix migration deleted local tablet when src tablet do not exist

This commit is contained in:
godyangfight
2023-01-28 18:47:40 +08:00
committed by ob-robot
parent ff1e2ec0f3
commit 1a949cec1d
9 changed files with 209 additions and 119 deletions

View File

@ -443,6 +443,7 @@ class ObString;
ACT(ARCHIVE_SENDER_HANDLE_TASK_DONE,)\
ACT(BEFORE_SET_LS_MEMBER_LIST,)\
ACT(BEFORE_MIGRATION_FETCH_TABLET_INFO,)\
ACT(BEFORE_BUILD_TABLET_GROUP_INFO,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);