[CP] Fix starvation problem for ObUniqTaskQueue

This commit is contained in:
tino247
2023-04-27 12:45:26 +00:00
committed by ob-robot
parent 0b2493a5cf
commit 6873db3200
4 changed files with 310 additions and 1 deletions

View File

@ -457,6 +457,7 @@ class ObString;
ACT(BEFORE_MIGRATION_DISABLE_VOTE,)\
ACT(MEMBERLIST_CHANGE_MEMBER,)\
ACT(BEFORE_CHECK_CLEAN_DRTASK,)\
ACT(BEFORE_UNIQ_TASK_RUN,)\
ACT(MAX_DEBUG_SYNC_POINT,)
DECLARE_ENUM(ObDebugSyncPoint, debug_sync_point, OB_DEBUG_SYNC_POINT_DEF);