Yeleights commented on a change in pull request #1737: add null check in
SubProcessTaskExecThread
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/1737#discussion_r363568729
##########
File path:
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/SubProcessTaskExecThread.java
##########
@@ -82,8 +82,10 @@ public Boolean submitWaitComplete() {
}catch (Exception e){
logger.error("exception: "+ e.getMessage(),e);
Review comment:
ok~
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services