You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Kihwal Lee (JIRA)" <ji...@apache.org> on 2016/03/15 15:19:33 UTC

[jira] [Created] (HDFS-10169) TestEditLog.testBatchedSyncWithClosedLogs sometimes fails.

Kihwal Lee created HDFS-10169:
---------------------------------

             Summary: TestEditLog.testBatchedSyncWithClosedLogs sometimes fails.
                 Key: HDFS-10169
                 URL: https://issues.apache.org/jira/browse/HDFS-10169
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Kihwal Lee


This failure has been seen multiple precomit builds recently.
{noformat}
testBatchedSyncWithClosedLogs[1](org.apache.hadoop.hdfs.server.namenode.TestEditLog)  Time elapsed: 0.377 sec  <<< FAILURE!
java.lang.AssertionError: logging edit without syncing should do not affect txid expected:<1> but was:<2>
	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.apache.hadoop.hdfs.server.namenode.TestEditLog.testBatchedSyncWithClosedLogs(TestEditLog.java:594)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)