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

        

Reply via email to