[
https://issues.apache.org/jira/browse/HBASE-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14137214#comment-14137214
]
Sergey Soldatov commented on HBASE-11839:
-----------------------------------------
Right. The problem on branch-1 is the missing fix for HBASE-10923 Control where
to put meta region.
The problem is that hbase:meta is not assigned to master, so master has 0
regions and used as least loaded server in LoadCandidateGenerator. That causes
a lot of useless movement of one region between master and another server with
0 regions. [~jxiang] could you please take a look whether it's worth to rebase
10923?
> TestRegionRebalance is flakey
> -----------------------------
>
> Key: HBASE-11839
> URL: https://issues.apache.org/jira/browse/HBASE-11839
> Project: HBase
> Issue Type: Bug
> Reporter: Alex Newman
> Assignee: Sergey Soldatov
> Fix For: 0.99.0, 2.0.0, 0.98.7
>
> Attachments: HBASE-11839-v1.patch
>
>
> Besides failing many times on the prebuild TestRegionRebalance fails on my
> local machine eventually simply with
> export RUNNIN=true; mvn clean install -DskipTests ; while ($RUNNIN) ; do mvn
> test -Dtest=TestRegionRebalancing || RUNNIN=false;done
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)