You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/06/09 22:07:02 UTC

[jira] [Commented] (HADOOP-9099) NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address

    [ https://issues.apache.org/jira/browse/HADOOP-9099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025668#comment-14025668 ] 

Hudson commented on HADOOP-9099:
--------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #5670 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/5670/])
Moving CHANGES.txt entry for HADOOP-9099 to the correct section. (atm: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1601482)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-9099
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9099
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0, 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>            Priority: Minor
>             Fix For: 1.2.0, 1-win, 2.5.0
>
>         Attachments: HADOOP-9099.branch-1-win.patch, HADOOP-9099.trunk.patch
>
>
> I just hit this failure. We should use some more unique string for "UnknownHost":
> Testcase: testNormalizeHostName took 0.007 sec
> 	FAILED
> expected:<[65.53.5.181]> but was:<[UnknownHost]>
> junit.framework.AssertionFailedError: expected:<[65.53.5.181]> but was:<[UnknownHost]>
> 	at org.apache.hadoop.net.TestNetUtils.testNormalizeHostName(TestNetUtils.java:347)
> Will post a patch in a bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)