You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eric Badger (JIRA)" <ji...@apache.org> on 2016/09/01 13:48:20 UTC

[jira] [Created] (HADOOP-13571) ServerSocketUtil.getPort() should use loopback address, not 0.0.0.0

Eric Badger created HADOOP-13571:
------------------------------------

             Summary: ServerSocketUtil.getPort() should use loopback address, not 0.0.0.0
                 Key: HADOOP-13571
                 URL: https://issues.apache.org/jira/browse/HADOOP-13571
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Eric Badger


Using 0.0.0.0 to check for a free port will succeed even if there's something bound to that same port on the loopback interface. Since this function is used primarily in testing, it should be checking the loopback interface for free ports.



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

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