[
https://issues.apache.org/jira/browse/STORM-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935679#comment-14935679
]
ASF GitHub Bot commented on STORM-1058:
---------------------------------------
Github user jerrypeng commented on a diff in the pull request:
https://github.com/apache/storm/pull/756#discussion_r40716052
--- Diff: bin/storm.py ---
@@ -348,6 +348,19 @@ def get_errors(*args):
jvmtype="-client",
extrajars=[USER_CONF_DIR, os.path.join(STORM_DIR, "bin")])
+def kill_workers(*args):
+ """Syntax: [storm kill_workers]
+
+ Kill the workers running on this supervisor. This command should be run
+ on a supervisor node. If the cluster is running in secure node, then
user needs
--- End diff --
nit: "secure mode" not "node"
> create CLI kill_workers to kill workers on a supervisor node
> ------------------------------------------------------------
>
> Key: STORM-1058
> URL: https://issues.apache.org/jira/browse/STORM-1058
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-core
> Reporter: Zhuo Liu
> Assignee: Zhuo Liu
>
> Kill all the workers running on this supervisor. Currently there is no direct
> way to kill all the running workers from a command line. In addition, this
> CLI can be called by future node health-check script to cleanly wipe out a
> supervisor on an problematic node.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)