未验证 提交 84876b9f 编写于 作者: W Wenjun Ruan 提交者: GitHub

If the task processor is not found need to throw error rather than exception (#11461) (#12012)

(cherry picked from commit 4362fb84)
上级 41a6d09c
......@@ -81,8 +81,8 @@ public class TaskStateEventHandler implements StateEventHandler {
}
return true;
}
throw new StateEventHandleException(
"Task state event handle error, due to the task is not in activeTaskProcessorMaps");
throw new StateEventHandleError(
"Task state event handle error, due to the task is not in activeTaskProcessorMaps");
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册