[ 
https://issues.apache.org/jira/browse/HADOOP-10011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-10011:
------------------------------------

    Affects Version/s: 3.0.0
                       2.1.1-beta

doing a review of the code, the issue is still there -DNS.getHosts assumes that 
{{netAddress.getByName()}} never returns null, which is the official failure 
state of the method according to the JDK:
{code}
        hosts.add(reverseDns(InetAddress.getByName(ips[ctr]),
                             nameserver));
{code}


> NPE if the system can't determine its own name and you go 
> DNS.getDefaultHost(null)
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-10011
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10011
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 2.1.1-beta
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>
> In a test case that I am newly writing, on my infamous "home machine with 
> broken DNS", I cant call getByName(null) without seeing a stack trace:
> Testcase: testNullInterface took 0.014 sec
>       Caused an ERROR
> null
> java.lang.NullPointerException
>       at java.net.NetworkInterface.getByName(NetworkInterface.java:226)
>       at org.apache.hadoop.net.DNS.getIPs(DNS.java:94)
>       at org.apache.hadoop.net.DNS.getHosts(DNS.java:141)
>       at org.apache.hadoop.net.DNS.getDefaultHost(DNS.java:218)
>       at org.apache.hadoop.net.DNS.getDefaultHost(DNS.java:235)
>       at org.apache.hadoop.net.TestDNS.testNullInterface(TestDNS.java:62)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to