Mingliang Liu created HDFS-10281:
------------------------------------
Summary:
o.a.h.hdfs.server.namenode.ha.TestPendingCorruptDnMessages fails intermittently
Key: HDFS-10281
URL: https://issues.apache.org/jira/browse/HDFS-10281
Project: Hadoop HDFS
Issue Type: Bug
Components: test
Affects Versions: 2.8.0
Reporter: Mingliang Liu
Assignee: Mingliang Liu
In our daily UT test, we found the
{{TestPendingCorruptDnMessages#testChangedStorageId}} failed intermittently,
see following information:
*Error Message*
expected:<1> but was:<0>
*Stacktrace*
{code}
java.lang.AssertionError: expected:<1> but was:<0>
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:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.hadoop.hdfs.server.namenode.ha.TestPendingCorruptDnMessages.getRegisteredDatanodeUid(TestPendingCorruptDnMessages.java:124)
at
org.apache.hadoop.hdfs.server.namenode.ha.TestPendingCorruptDnMessages.testChangedStorageId(TestPendingCorruptDnMessages.java:103)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)