[
https://issues.apache.org/jira/browse/HBASE-12122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155813#comment-14155813
]
Jimmy Xiang commented on HBASE-12122:
-------------------------------------
Threads.sleep prints out stacktrace, and interrupts the thread right away. It's
a little different so I created a new private one.
With patch v1, regions are still assigned to the master sometimes. I am trying
to make sure not to put on the master any regions other than those configured
to be on the master.
> 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)