Specify tenant id for RemoteExecuteStreamHandle

This commit is contained in:
obdev
2023-09-14 23:40:34 +00:00
committed by ob-robot
parent 7f11ed52a4
commit 4c4c68977b
2 changed files with 6 additions and 6 deletions

View File

@ -240,7 +240,7 @@ int ObTaskExecutorCtx::reset_and_init_stream_handler()
ret = OB_ALLOCATE_MEMORY_FAILED;
LOG_WARN("fail to alloc memory for RemoteExecuteStreamHandle", K(ret));
} else {
task_resp_handler_ = new (buffer) RemoteExecuteStreamHandle("RemoteExecStream");
task_resp_handler_ = new (buffer) RemoteExecuteStreamHandle("RemoteExecStream", MTL_ID());
}
}
return ret;