[FEAT MERGE] Implement tenant cloning mechanism

Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
This commit is contained in:
obdev
2023-12-14 03:13:29 +00:00
committed by ob-robot
parent b6ee4ddeb7
commit 9187748933
235 changed files with 32253 additions and 1415 deletions

View File

@ -36,7 +36,8 @@ public:
static bool in_inner_table_lock_white_list(const uint64_t inner_table_id)
{
bool b_ret = share::OB_ALL_BALANCE_JOB_TID == inner_table_id
|| share::OB_ALL_RECOVER_TABLE_JOB_TID == inner_table_id;
|| share::OB_ALL_RECOVER_TABLE_JOB_TID == inner_table_id
|| share::OB_ALL_LS_REPLICA_TASK_TID == inner_table_id;
return b_ret;
}
/*
@ -83,4 +84,4 @@ public:
} // end namespace tablelock
} // end namespace transaction
} // end namespace oceanbase
#endif
#endif