diff --git a/src/rootserver/ob_root_service.cpp b/src/rootserver/ob_root_service.cpp index 309e013421..ad6694399e 100755 --- a/src/rootserver/ob_root_service.cpp +++ b/src/rootserver/ob_root_service.cpp @@ -8487,8 +8487,6 @@ int ObRootService::physical_restore_tenant(const obrpc::ObPhysicalRestoreTenantA LOG_USER_ERROR(OB_OP_NOT_ALLOW, "restore tenant when restore_concurrency is 0"); } else if (OB_FAIL(ObResolverUtils::check_not_supported_tenant_name(arg.tenant_name_))) { LOG_WARN("unsupported tenant name", KR(ret), "tenant_name", arg.tenant_name_); - LOG_USER_ERROR(OB_NOT_SUPPORTED, - "since 4.2.1, the tenant name in lists [all,all_meta,all_user] (including the one with quotes) is"); } else if (OB_FAIL(ddl_service_.get_tenant_schema_guard_with_version_in_inner_table( OB_SYS_TENANT_ID, schema_guard))) { LOG_WARN("fail to get sys tenant's schema guard", KR(ret));