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 "Ted Yu (JIRA)" <ji...@apache.org> on 2014/10/20 16:55:33 UTC

[jira] [Created] (HDFS-7267) TestBalancer#testUnknownDatanode occasionally fails in trunk

Ted Yu created HDFS-7267:
----------------------------

             Summary: TestBalancer#testUnknownDatanode occasionally fails in trunk
                 Key: HDFS-7267
                 URL: https://issues.apache.org/jira/browse/HDFS-7267
             Project: Hadoop HDFS
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Minor


In build #1907:
{code}
REGRESSION:  org.apache.hadoop.hdfs.server.balancer.TestBalancer.testUnknownDatanode

Error Message:
expected:<0> but was:<-3>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<-3>
        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.balancer.TestBalancer.testUnknownDatanode(TestBalancer.java:737)
{code}



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