在备租户同步到普通日志流创建后,尽早返回创建租户命令

This commit is contained in:
obdev
2023-05-15 11:11:32 +00:00
committed by ob-robot
parent 2f6eea23d6
commit 88b861540e
6 changed files with 93 additions and 9 deletions

View File

@ -732,6 +732,7 @@ int ObRecoveryLSService::create_new_ls_(const share::ObLSAttr &ls_attr,
LOG_WARN("ls not create pre operation", KR(ret), K(ls_attr));
} else {
//create new ls;
DEBUG_SYNC(BEFORE_RECOVER_USER_LS);
share::schema::ObSchemaGetterGuard schema_guard;
const share::schema::ObTenantSchema *tenant_schema = NULL;
if (OB_ISNULL(GCTX.schema_service_)) {