[CP] change ERROR log to WARN

This commit is contained in:
zhjc1124 2024-09-18 07:45:53 +00:00 committed by ob-robot
parent 4501e3096a
commit 4a4d584d2d

View File

@ -508,7 +508,7 @@ int ObSrvDeliver::deliver_rpc_request(ObRequest &req)
if (is_virtual_tenant_id(pkt.get_tenant_id()) && is_user_group(pkt.get_group_id())) {
if(REACH_TIME_INTERVAL(10 * 1000 * 1000L)) { // 10s
LOG_ERROR("unexpected group id of virtual tenant", K(pkt.get_group_id()), K(pkt.get_tenant_id()));
LOG_WARN("unexpected group id of virtual tenant", K(pkt.get_group_id()), K(pkt.get_tenant_id()));
}
req.set_group_id(OBCG_DEFAULT);
} else {