downgrade log level

This commit is contained in:
obdev
2023-02-07 19:00:13 +08:00
committed by ob-robot
parent 106814e594
commit b6bf10bfc6

View File

@ -824,7 +824,7 @@ int ObMultiTenant::create_tenant(const ObTenantMeta &meta, bool write_slog, cons
}
// TODO: @lingyang 预期不能失败
if (!is_virtual_tenant_id(tenant_id) && OB_TMP_FAIL(update_tenant_config(tenant_id))) {
LOG_ERROR("update tenant config fail", K(tenant_id), K(tmp_ret));
LOG_WARN("update tenant config fail", K(tenant_id), K(tmp_ret));
}
// no need rollback when replaying slog and creating a virtual tenant,
// in which two case the write_slog flag is set to false