From a2728c53c291f619341b6e99dc5ca9a0406afad3 Mon Sep 17 00:00:00 2001 From: obdev Date: Mon, 18 Sep 2023 13:40:02 +0000 Subject: [PATCH] remove redundant LOG_USER_ERROR --- src/rootserver/ob_root_service.cpp | 2 -- 1 file changed, 2 deletions(-) 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));