Add retry for building index

This commit is contained in:
YoungYang0820
2021-12-19 20:30:58 +08:00
committed by LINxiansheng
parent fa8b838450
commit c371a17fe0
13 changed files with 521 additions and 127 deletions

View File

@ -292,6 +292,7 @@ class ObString;
ACT(BEFORE_CHECK_BACKUP_TASK_DATA_AVAILABLE, ) \
ACT(BACKUP_BACKUPPIECE_AFTER_SCHEDULE, ) \
ACT(FOLLOWER_BEFORE_UPDATE_RESTORE_FLAG_RESTORE_LOG, ) \
ACT(BEFORE_GLOBAL_INDEX_BUILDER_MOVE_TASK, ) \
ACT(MAX_DEBUG_SYNC_POINT, )
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);