enum TenantThreadType新增类型在master占位

This commit is contained in:
zhangzhenyuyu 2025-01-06 10:44:36 +00:00 committed by ob-robot
parent da85c83386
commit 1376264b8a

View File

@ -4379,6 +4379,7 @@ public:
INVALID_TYPE = -1,
RECOVERY_LS_SERVICE,
BALANCE_TASK_EXECUTE,
DISASTER_RECOVERY_SERVICE,
};
ObNotifyTenantThreadArg() : tenant_id_(OB_INVALID_TENANT_ID), thread_type_(INVALID_TYPE) {}
~ObNotifyTenantThreadArg() {}