GitHub user jacobtolar opened a pull request:
https://github.com/apache/storm/pull/2878
[STORM-3257] 'storm kill' command line should be able to continue on error
Adds a new `-c` parameter to `storm kill`. When passed, we will attempt to
kill all listed topologies even if an error occurs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jacobtolar/storm STORM-3257
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2878.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2878
----
commit 961de217ba8912916f3d814997daf5b77e6608ad
Author: Jacob Tolar <jtolar@...>
Date: 2018-10-15T20:29:13Z
[STORM-3257] 'storm kill' command line should be able to continue on error
----
---