You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2009/05/22 00:51:46 UTC

[jira] Created: (HADOOP-5888) Improve test run time by avoiding 0.0.0.0 lookups

Improve test run time by avoiding 0.0.0.0 lookups
-------------------------------------------------

                 Key: HADOOP-5888
                 URL: https://issues.apache.org/jira/browse/HADOOP-5888
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Todd Lipcon


HADOOP-3694 discusses the fact that 0.0.0.0 is slower to reverse than 127.0.0.1 on a lot of systems. The replacing of 0.0.0.0 with 127.0.0.1 was only partially completed in that ticket. This ticket is to track continued work on that front.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5888) Improve test run time by avoiding 0.0.0.0 lookups

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-5888:
--------------------------------

    Attachment: hadoop-5888.txt

This patch needs to go on top of HADOOP-5626 or else it will cause some tests to fail.

> Improve test run time by avoiding 0.0.0.0 lookups
> -------------------------------------------------
>
>                 Key: HADOOP-5888
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5888
>             Project: Hadoop Core
>          Issue Type: Improvement
>            Reporter: Todd Lipcon
>         Attachments: hadoop-5888.txt
>
>
> HADOOP-3694 discusses the fact that 0.0.0.0 is slower to reverse than 127.0.0.1 on a lot of systems. The replacing of 0.0.0.0 with 127.0.0.1 was only partially completed in that ticket. This ticket is to track continued work on that front.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.