Harsh J created HBASE-5863:
------------------------------
Summary: Improve the graceful_stop.sh CLI help (especially about
reloads)
Key: HBASE-5863
URL: https://issues.apache.org/jira/browse/HBASE-5863
Project: HBase
Issue Type: Improvement
Components: scripts
Affects Versions: 0.94.0
Reporter: Harsh J
Assignee: Harsh J
Priority: Minor
Attachments: HBASE-5863.patch
Right now, graceful_stop.sh prints:
{code}
Usage: graceful_stop.sh [--config <conf-dir>] [--restart] [--reload] [--thrift]
[--rest] <hostname>
thrift If we should stop/start thrift before/after the hbase stop/start
rest If we should stop/start rest before/after the hbase stop/start
restart If we should restart after graceful stop
reload Move offloaded regions back on to the stopped server
debug Move offloaded regions back on to the stopped server
hostname Hostname of server we are to stop
{code}
This does not help us specify that "reload" is actually a sub/additive-option
to "restart".
Also, the "debug" line seems to still have an old copy/paste mistake.
I've updated these two in the patch here.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira