You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2013/10/26 06:45:30 UTC

[jira] [Created] (HDFS-5432) TestDatanodeJsp fails on Windows due to assumption that loopback address resolves to host name localhost.

Chris Nauroth created HDFS-5432:
-----------------------------------

             Summary: TestDatanodeJsp fails on Windows due to assumption that loopback address resolves to host name localhost.
                 Key: HDFS-5432
                 URL: https://issues.apache.org/jira/browse/HDFS-5432
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: datanode, test
    Affects Versions: 2.2.0, 3.0.0
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth
            Priority: Trivial


As discussed in many previous issues, Windows differs from Unixes in that it does not resolve the loopback address to hostname "localhost".  Instead, the host name remains unresolved as "127.0.0.1".  {{TestDatanodeJsp}} fails on Windows, because it attempts to assert a string match containing "localhost" as the host name.



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