Description
TestRBWBlockInvalidation.testBlockInvalidationWhenRBWReplicaMissedInDN failed with the following on a recent trunk job. Has been seen before in HDFS-3391 as well on branch-2.
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)
Attachments
Attachments
Issue Links
- relates to
-
HDFS-4428 FsDatasetImpl should disclose what the error is when a rename fails
- Closed