[
https://issues.apache.org/jira/browse/HBASE-12843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274575#comment-14274575
]
Dima Spivak commented on HBASE-12843:
-------------------------------------
I started seeing this on the night of January 8, as well. Looks like the
problem is [this
commit|https://github.com/apache/hbase/commit/8ed7dea3970b4053f1baa5a8590bb1aa666cd77b];
this test calls RegionStates so the change removing the draining servers seems
to break things. Reverting it fixes the failure on my local machine. Ping
[~churromorales] and [~tedyu].
> TestAssignmentManager.testOpenCloseRegionRPCIntendedForPreviousServer failing
> frequently in 0.98 builds
> -------------------------------------------------------------------------------------------------------
>
> Key: HBASE-12843
> URL: https://issues.apache.org/jira/browse/HBASE-12843
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Fix For: 0.98.10
>
>
> TestAssignmentManager.testOpenCloseRegionRPCIntendedForPreviousServer has
> started failing intermittently in 0.98 builds:
> {noformat}
> java.lang.AssertionError: expected:<example.org,1234,5678> but
> was:<example.org,4321,5678>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.hadoop.hbase.master.TestAssignmentManager.testOpenCloseRegionRPCIntendedForPreviousServer(TestAssignmentManager.java:1425)
> {noformat}
> For example, in
> https://builds.apache.org/job/HBase-0.98/789/testReport/junit/org.apache.hadoop.hbase.master/TestAssignmentManager/testOpenCloseRegionRPCIntendedForPreviousServer/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)