[CP] change ERROR log to WARN
This commit is contained in:
parent
4501e3096a
commit
4a4d584d2d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user