[
https://issues.apache.org/jira/browse/HBASE-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704960#comment-13704960
]
Jean-Marc Spaggiari commented on HBASE-8803:
--------------------------------------------
I think this line:
+ "$bin"/graceful_stop.sh --config "${HBASE_CONF_DIR}" --restart
--reload --debug --maxthreads "${RR_MAXTHREADS} "$hostname"
Should be:
+ "$bin"/graceful_stop.sh --config "${HBASE_CONF_DIR}" --restart
--reload --debug --maxthreads "${RR_MAXTHREADS}" "$hostname"
Because I'm getting (which basically says that it's missing a " somewhere...):
hbase@node3:~/hbase-0.94.3$ time bin/rolling-restart.sh --graceful
bin/rolling-restart.sh: ligne171: Caractère de fin de fichier (EOF) prématuré
lors de la recherche du « " » correspondant
bin/rolling-restart.sh: ligne176: Erreur de syntaxe : fin de fichier prématurée
> region_mover.rb should move multiple regions at a time
> ------------------------------------------------------
>
> Key: HBASE-8803
> URL: https://issues.apache.org/jira/browse/HBASE-8803
> Project: HBase
> Issue Type: Bug
> Components: Usability
> Affects Versions: 0.98.0, 0.94.8, 0.95.1
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Fix For: 0.98.0, 0.95.2, 0.94.10
>
> Attachments: HBASE-8803-v0-trunk.patch, HBASE-8803-v1-0.94.patch,
> HBASE-8803-v1-trunk.patch, HBASE-8803-v2-0.94.patch
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> When there is many regions in a cluster, rolling_restart can take hours
> because region_mover is moving the regions one by one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira