hzyangkai commented on issue #12968: URL: https://github.com/apache/dolphinscheduler/issues/12968#issuecomment-1327155090
Hi, @Radeity Thanks for your reminder , shell tasks can indeed be both type 1 and type 2. As I mentioned in the current goal, when worker crashes, only tasks of type 3 (such as SparkTask in Cluster Mode) will keep running, while other types of tasks will keep their original logic, restarting after killing. in other words, I will ensure that only for tasks of type 3(At present, I only plan to adjust Spark Task in cluster mode), submission process exits immediately after submission. The submission logic of other types of tasks remains unchanged, but they do not restart when only the master crashes. Thanks for the your advice. I will think carefully to ensure that all types of yarn tasks and all modes can work. -- 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]
