[ https://issues.apache.org/jira/browse/HBASE-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211000#comment-15211000 ]
Hudson commented on HBASE-15486: -------------------------------- FAILURE: Integrated in HBase-Trunk_matrix #804 (See [https://builds.apache.org/job/HBase-Trunk_matrix/804/]) HBASE-15486 Avoid multiple disable/enable balancer calls while running (tedyu: rev 52fd70500e0a00e273e2ec0c09d7c914b89432ce) * bin/graceful_stop.sh * bin/rolling-restart.sh > 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, HBASE-15486_v1.patch, > HBASE-15486_v2.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)