Skip to content

Commit 49cfee7

Browse files
zsMizuhaHimuraki
authored andcommitted
fixed: adjust the log
1 parent 104f9eb commit 49cfee7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rootserver/ob_unit_manager.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2791,8 +2791,10 @@ int ObUnitManager::inner_get_pool_ids_of_tenant(const uint64_t tenant_id, ObIArr
27912791
LOG_DEBUG("get_pools_by_tenant failed", K(tenant_id), K(ret));
27922792
} else {
27932793
// just return empty pool_ids
2794+
if (OB_GTS_TENANT_ID != tenant_id) {
2795+
LOG_INFO("tenant doesn't own any pool", K(tenant_id), KR(ret));
2796+
}
27942797
ret = OB_SUCCESS;
2795-
LOG_WARN("tenant doesn't own any pool", K(tenant_id), K(ret));
27962798
}
27972799
} else if (NULL == pools) {
27982800
ret = OB_ERR_UNEXPECTED;

0 commit comments

Comments
 (0)