Rubik-W commented on issue #2112: [BUG] many dependent tasks depend on a node, task status bug URL: https://github.com/apache/incubator-dolphinscheduler/issues/2112#issuecomment-596476689 1: a) If the master server is under-loaded, will only affect the submission of tasks. The Master will continue to process task results, when the failed task is found, it is directly processed. b) If the worker server is under-loaded, the task will not be executed, the master finds a failed task, and the worker task will be killed. 2: This happens because of failed tasks, the user is able to know the cause of the failure. If many tasks depend on one task, there will be many kill tasks, which will easily mislead the user, we have already seen this happen. 3: There is a failed task and a failure strategy is triggered. It no longer makes sense to continue to submit tasks. 4: I agree
---------------------------------------------------------------- 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
