You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Eli Collins (Created) (JIRA)" <ji...@apache.org> on 2012/04/01 21:12:27 UTC

[jira] [Created] (HADOOP-8238) NetUtils#getHostNameOfIP blows up if given ip:port string w/o port

NetUtils#getHostNameOfIP blows up if given ip:port string w/o port
------------------------------------------------------------------

                 Key: HADOOP-8238
                 URL: https://issues.apache.org/jira/browse/HADOOP-8238
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Eli Collins
            Assignee: Eli Collins


NetUtils#getHostNameOfIP blows up if not given a string of form ip:port, because the regex matches the port optionally but the code requires a semicolon. It also doesn't check the given string for null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira