[CP] [OBKV] Fix TTL status wrong when leader switch and hbase TTL MaxVersions delete

This commit is contained in:
shenyunlong.syl
2023-12-22 11:18:08 +00:00
committed by ob-robot
parent 8c4838638d
commit 043cf555ed
14 changed files with 252 additions and 115 deletions

View File

@ -572,6 +572,8 @@ class ObString;
ACT(BEFORE_CREATE_CLONE_TENANT_END,)\
ACT(BEFORE_CALC_CONSISTENT_SCN,)\
ACT(REPLAY_SWITCH_TO_FOLLOWER_BEFORE_PUSH_SUBMIT_TASK,)\
ACT(BEFORE_CHECK_TTL_TASK_FINISH,)\
ACT(BEFORE_TTL_SCHEDULER_RUN,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);