提交 49cfee7f 编写于 作者: Z zs 提交者: MizuhaHimuraki

fixed: adjust the log

上级 104f9eba
......@@ -2791,8 +2791,10 @@ int ObUnitManager::inner_get_pool_ids_of_tenant(const uint64_t tenant_id, ObIArr
LOG_DEBUG("get_pools_by_tenant failed", K(tenant_id), K(ret));
} else {
// just return empty pool_ids
if (OB_GTS_TENANT_ID != tenant_id) {
LOG_INFO("tenant doesn't own any pool", K(tenant_id), KR(ret));
}
ret = OB_SUCCESS;
LOG_WARN("tenant doesn't own any pool", K(tenant_id), K(ret));
}
} else if (NULL == pools) {
ret = OB_ERR_UNEXPECTED;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册