ruanwenjun commented on code in PR #11541:
URL: https://github.com/apache/dolphinscheduler/pull/11541#discussion_r949749257
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/DependentTaskProcessor.java:
##########
@@ -173,6 +174,10 @@ private boolean allDependentTaskFinish() {
finish = false;
}
}
+ if (!finish) {
+ // todo: add information, which dependent doesn't finished
Review Comment:
<img width="1705" alt="image"
src="https://user-images.githubusercontent.com/22415594/185539648-528a7580-f882-4271-88b7-c08df1e99b4a.png">
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]