fix px udf retry until timeout when schema not exist

This commit is contained in:
sdc
2023-08-07 08:42:27 +00:00
committed by ob-robot
parent daca15f707
commit f32c53fdc8
7 changed files with 41 additions and 45 deletions

View File

@ -482,7 +482,7 @@ int ObPxTaskProcess::do_process()
&& ObVirtualTableErrorWhitelist::should_ignore_vtable_error(ret)) {
// 忽略虚拟表错误
} else {
(void) ObInterruptUtil::interrupt_qc(arg_.task_, ret);
(void) ObInterruptUtil::interrupt_qc(arg_.task_, ret, arg_.exec_ctx_);
}
}