Fix tenant allocator not exist

This commit is contained in:
obdev 2023-10-25 09:09:16 +00:00 committed by ob-robot
parent 6b3dbdabd5
commit af51e08f6f

View File

@ -1914,6 +1914,7 @@ int ObRemoteResultSet::setup_next_scanner()
} else if (OB_ISNULL(transmit_result = remote_resp_handler_->get_result())) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("succ to alloc result, but result scanner is NULL", K(ret));
} else if (FALSE_IT(transmit_result->set_tenant_id(MTL_ID()))) {
} else if (OB_FAIL(handle.get_more(*transmit_result))) {
LOG_WARN("fail wait response", K(ret));
} else {