srdo commented on a change in pull request #2878: [STORM-3257] 'storm kill'
command line should be able to continue on error
URL: https://github.com/apache/storm/pull/2878#discussion_r308601527
##########
File path: storm-core/src/jvm/org/apache/storm/command/KillTopology.java
##########
@@ -25,21 +25,49 @@
public static void main(String[] args) throws Exception {
Map<String, Object> cl = CLI.opt("w", "wait", null, CLI.AS_INT)
+ .boolOpt("i", "ignore-errors")
Review comment:
Attempting to kill every listed topology regardless of error by default
sounds good to me.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services