Eli Collins created HDFS-4051: --------------------------------- Summary: TestRBWBlockInvalidation.testBlockInvalidationWhenRBWReplicaMissedInDN failed Key: HDFS-4051 URL: https://issues.apache.org/jira/browse/HDFS-4051 Project: Hadoop HDFS Issue Type: Bug Components: test Affects Versions: 2.0.0-alpha Reporter: Eli Collins
TestRBWBlockInvalidation.testBlockInvalidationWhenRBWReplicaMissedInDN failed with the following on a recent trunk job. Has been seen before in HDFS-3391 as well on branch-2. {noformat} java.lang.AssertionError: There should be 1 replica in the corruptReplicasMap expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.failNotEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:126) at org.junit.Assert.assertEquals(Assert.java:470) at org.apache.hadoop.hdfs.server.blockmanagement.TestRBWBlockInvalidation.testBlockInvalidationWhenRBWReplicaMissedInDN(TestRBWBlockInvalidation.java:99) {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira