fix the problem that the gap between triggering a rebuild and disabling voting may lead to unnecessary rebuilds

This commit is contained in:
obdev
2023-04-13 06:53:41 +00:00
committed by ob-robot
parent f699eaf0bc
commit a36c4299c1
15 changed files with 238 additions and 76 deletions

View File

@ -454,6 +454,7 @@ class ObString;
ACT(AFTER_LS_GC_DELETE_ALL_TABLETS,)\
ACT(BEFORE_ARCHIVE_ADD_LS_TASK,)\
ACT(AFTER_UPDATE_INDEX_STATUS,)\
ACT(BEFORE_MIGRATION_DISABLE_VOTE,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);