Specify tenant id for key_ranges of TableScanParam

This commit is contained in:
pe-99y
2023-09-15 07:10:27 +00:00
committed by ob-robot
parent fd3d7d13a3
commit d3b5e04d43
2 changed files with 9 additions and 3 deletions

View File

@ -182,7 +182,7 @@ OB_NOINLINE int ObDataAccessService::execute_dist_das_task(
LOG_WARN("failed to copy das task", K(ret));
} else if (task_arg.is_local_task()) {
if (OB_FAIL(do_local_das_task(das_ref, task_arg))) {
LOG_WARN("do local das task failed", K(ret), K(task_arg));
LOG_WARN("do local das task failed", K(ret));
}
} else if (OB_FAIL(das_ref.acquire_task_execution_resource())) {
LOG_WARN("failed to acquire execution resource", K(ret));