Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
If you invoke 'storm kill' as follows:
storm kill topo1 topo2 topo3 topo4 ...
and the first action fails (e.g NotAliveException or AuthorizationException), none of the other items in the list are killed.
It would be helpful if (perhaps as an option) we could continue to attempt to kill everything else as well.