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/08/04 16:48:20 UTC

[jira] [Created] (HDFS-10723) TestRenameWhileOpen tries to restart NN with the same rpc port

Kihwal Lee created HDFS-10723:
---------------------------------

             Summary: TestRenameWhileOpen tries to restart NN with the same rpc port
                 Key: HDFS-10723
                 URL: https://issues.apache.org/jira/browse/HDFS-10723
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
            Reporter: Kihwal Lee


In {{testWhileOpenRenameParentToNonexistentDir}},

{code}
      // restart cluster with the same namenode port as before.
      // This ensures that leases are persisted in fsimage.
      cluster.shutdown();
{code}

And we are getting test failures in precommit builds.
{noformat}
java.net.BindException: Problem binding to [localhost:47395]
 java.net.BindException: Address already in use;
{noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org