[bugfix] fix that replaying log after role switched to leader

This commit is contained in:
yyy-hust
2023-12-18 18:42:55 +00:00
committed by ob-robot
parent d71f187a75
commit e9ce8493ba
9 changed files with 178 additions and 24 deletions

View File

@ -570,6 +570,7 @@ class ObString;
ACT(BEFORE_WAIT_SYS_LS_END_SCN,)\
ACT(BEFORE_CREATE_CLONE_TENANT_END,)\
ACT(BEFORE_CALC_CONSISTENT_SCN,)\
ACT(REPLAY_SWITCH_TO_FOLLOWER_BEFORE_PUSH_SUBMIT_TASK,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);