Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel execution continues after a node failure even if keepgoing is false #962

Merged
merged 1 commit into from
Oct 22, 2014
Merged

Conversation

c-jason-kim
Copy link
Contributor

Ran into an issue where rundeck continued to execute on nodes after a failure had occurred and keepgoing == false only if threadcount > 1. Turns out since the dispatch callable task never throws an error on unsuccessful exit, the parallelTask continues to run through even with setFailOnAny(!keepgoing).

@gschueler gschueler added this to the 2.3.0 milestone Oct 10, 2014
@gschueler gschueler changed the title Make dispatch throw exception on failure parallel execution continues after a node failure even if keepgoing is false Oct 22, 2014
@gschueler gschueler added the bug label Oct 22, 2014
@gschueler gschueler merged commit a97c44b into rundeck:development Oct 22, 2014
gschueler added a commit that referenced this pull request Oct 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants