Fix the issue of insert up reported -4016 with binary rowkey

This commit is contained in:
leslieyuchen
2023-05-30 13:11:41 +00:00
committed by ob-robot
parent 102cc87bf9
commit d1806bb8bd
5 changed files with 88 additions and 10 deletions

View File

@ -608,7 +608,9 @@ int ObDataAccessService::process_task_resp(ObDASRef &das_ref, const ObDASTaskRes
}
// task_resp's error code indicate the last valid op result.
if (OB_FAIL(task_resp.get_err_code())) {
LOG_WARN("error occurring in remote das task", K(ret), K(task_resp));
LOG_WARN("error occurring in remote das task, "
"please use the current TRACE_ID to grep the original error message on the remote_addr.",
K(ret), "remote_addr", task_resp.get_runner_svr());
OB_ASSERT(op_results.count() <= task_ops.count());
} else {
// decode last op result