DNS.getHosts triggers an ArrayIndexOutOfBoundsException in reverseDNS if one of
the interfaces is IPv6
------------------------------------------------------------------------------------------------------
Key: HADOOP-3619
URL: https://issues.apache.org/jira/browse/HADOOP-3619
Project: Hadoop Core
Issue Type: Bug
Reporter: Steve Loughran
reverseDNS tries to split a host address string by ".", and so fails if ":" is
the separator, as it is in IPv6. When it tries to access the parts of the
address, a stack trace is seen.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.