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 "Andrew Wang (JIRA)" <ji...@apache.org> on 2014/02/13 19:43:19 UTC

[jira] [Created] (HDFS-5948) TestBackupNode flakes with port in use error

Andrew Wang created HDFS-5948:
---------------------------------

             Summary: TestBackupNode flakes with port in use error
                 Key: HDFS-5948
                 URL: https://issues.apache.org/jira/browse/HDFS-5948
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Andrew Wang


TestBackupNode has flaked on our internal Jenkins and I found it in a few test-patch runs upstream too. Error like this:

{noformat}
Error Message:
Port in use: 0.0.0.0:50105

Stack Trace:
java.lang.AssertionError: Port in use: 0.0.0.0:50105
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.hadoop.hdfs.server.namenode.TestBackupNode.testCheckpoint(TestBackupNode.java:295)
        at org.apache.hadoop.hdfs.server.namenode.TestBackupNode.testCheckpointNode(TestBackupNode.java:124)
...
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)