[
https://issues.apache.org/jira/browse/HBASE-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samir Ahmic updated HBASE-15486:
--------------------------------
Fix Version/s: 2.0.0
Status: Patch Available (was: Open)
> Avoid multiple disable/enable balancer calls while running rolling-restart.sh
> --graceful
> -----------------------------------------------------------------------------------------
>
> Key: HBASE-15486
> URL: https://issues.apache.org/jira/browse/HBASE-15486
> Project: HBase
> Issue Type: Improvement
> Components: scripts
> Affects Versions: 2.0.0, 1.1.4, 1.0.4
> Reporter: Samir Ahmic
> Assignee: Samir Ahmic
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-15486_v0.patch
>
>
> When running rolling-restart.sh --graceful we are using graceful_stop.sh to
> unload/restart/load regionserver. For every restarted regionserver we are
> making two calls in graceful-stop.sh to hbase shell to disable/enable
> balancer. This means if we have 100 regionservers to restart by
> rolling-restart.sh --graceful we will make 200 calls to hbase shell. Instead
> i propose that we add optional parameter in graceful_stop.sh that will tell
> script not to manage balancer and manage balancer states in
> rolling-restart.sh when running with --graceful parameter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)