KEN-LJQ commented on issue #13283: URL: https://github.com/apache/dolphinscheduler/issues/13283#issuecomment-1384946950
@wcmolin here is the reproduce step with shell task 1. set master config `master.failover.interval` of `master.properties` to `1` 2. create shell task with cmd `sleep 2m` 3. run shell task 4. while shell task running, restart worker server 5. this moment shell task should be failover, and check what happend while every master failover check In this test , shell task should re-run every minute. The key step is, make sure the task run longer than master failover interval, that why I set master failover every minute and let shell sleep 2 minute Maybe you can try with this. -- 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]
