[
https://issues.apache.org/jira/browse/HBASE-12122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155772#comment-14155772
]
stack commented on HBASE-12122:
-------------------------------
+1
You don't want to change Threads.sleep to return a boolean? You'd rather add
your own private boolean sleep(long millis) { ?
Is this
https://builds.apache.org/job/PreCommit-HBASE-Build/11176/testReport/junit/org.apache.hadoop.hbase/TestZooKeeper/testLogSplittingAfterMasterRecoveryDueToZKExpiry/
failure because of this issue?
> Try not to assign user regions to master all the time
> -----------------------------------------------------
>
> Key: HBASE-12122
> URL: https://issues.apache.org/jira/browse/HBASE-12122
> Project: HBase
> Issue Type: Bug
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
> Fix For: 2.0.0, 0.99.1
>
> Attachments: hbase-12122.patch
>
>
> Load balancer does a good job not to assign regions of tables not configured
> to put on the active master. However, if there is no other region server, it
> still assigns users regions to the master. This happens when all normal
> region servers are crashed and recovering.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)