[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:
@ -932,7 +932,7 @@ int ObRecoveryLSService::create_new_ls_(const share::ObLSAttr &ls_attr,
|
||||
ObLSFlag ls_flag = ls_attr.get_ls_flag();
|
||||
if (OB_FAIL(ObLSServiceHelper::create_new_ls_in_trans(ls_attr.get_ls_id(),
|
||||
ls_attr.get_ls_group_id(), ls_attr.get_create_scn(),
|
||||
switchover_status, tenant_stat, trans, ls_flag))) {
|
||||
switchover_status, tenant_stat, trans, ls_flag, OB_INVALID_TENANT_ID/*source_tenant_id*/))) {
|
||||
LOG_WARN("failed to add new ls status info", KR(ret), K(ls_attr), K(sync_scn),
|
||||
K(tenant_stat), K(switchover_status));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user