Jing Chen created AURORA-1810: --------------------------------- Summary: instance can't be omitted while the help message says it can be Key: AURORA-1810 URL: https://issues.apache.org/jira/browse/AURORA-1810 Project: Aurora Issue Type: Bug Components: Client Affects Versions: 0.17.0 Reporter: Jing Chen Priority: Trivial
help messages of {color:blue}aurora job kill{color} says {quote} If INSTANCES is omitted, then all instances will be operated on. {quote} However, when the instance is omitted in the command, the command reports {quote} The instances list cannot be omitted in a kill command!; use killall to kill all instances {quote} IIRC the /instance was dropped here in favor of {color:blue}aurora job killall{color} because some people accidentally killed all instances of some very large production services rather than only a single instance. The command needs a new help message to prevent confusion. -- This message was sent by Atlassian JIRA (v6.3.4#6332)