[
https://issues.apache.org/jira/browse/HBASE-11839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118313#comment-14118313
]
Sergey Soldatov commented on HBASE-11839:
-----------------------------------------
Some additional information:
StochasticBalancer creates a plan which is using actions how to move regions
across the server. At the time of creation it doesn't check whether the
destination server is available or not. In the test one of the servers is
deleted, so plan includes actions where the destination is not working. When
AssignmentManager find such actions it replaces it with random destination.
So, the result of this test is completely unpredictable. I believe that the
problem is where the Plan is created and somehow the update of valid
destinations is missed. Need a bit more time to understand where it should be.
Any suggestions or comments are welcome
> TestRegionRebalance is flakey
> -----------------------------
>
> Key: HBASE-11839
> URL: https://issues.apache.org/jira/browse/HBASE-11839
> Project: HBase
> Issue Type: Bug
> Reporter: Alex Newman
> Assignee: Alex Newman
>
> 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)