Add error codes for sql module, !! Please Read Task Description Carefully!!

This commit is contained in:
obdev
2023-08-01 17:18:33 +00:00
committed by ob-robot
parent a706aa36a0
commit a56c5b6dec
63 changed files with 106 additions and 67 deletions

View File

@ -77,6 +77,7 @@ int ObPxTaskProcess::check_inner_stat()
ret = OB_ERR_UNEXPECTED;
LOG_WARN("phy plan ctx is NULL", K(ret), K(exec_ctx));
} else if (OB_ISNULL(arg_.get_sqc_handler())) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("sqc hanlder is null", K(ret));
} else {
// 为了尽快确定任务超时,启动 task 的超时时间很短,10ms 左右