[
https://issues.apache.org/jira/browse/HADOOP-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eli Collins updated HADOOP-8238:
--------------------------------
Attachment: hadoop-8238.txt
Patch attached. Now accepts ip or ip:port, does not accept null, ip:, etc.
Added a test for this method.
> 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
> Attachments: hadoop-8238.txt
>
>
> 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