Fix tenant allocator not exist
This commit is contained in:
parent
6b3dbdabd5
commit
af51e08f6f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user