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 "sam rash (JIRA)" <ji...@apache.org> on 2010/04/04 08:40:27 UTC

[jira] Created: (HADOOP-6679) add retry logic to NetUtils.createSocketAddr() when hostname resolution fails

add retry logic to NetUtils.createSocketAddr() when hostname resolution fails
-----------------------------------------------------------------------------

                 Key: HADOOP-6679
                 URL: https://issues.apache.org/jira/browse/HADOOP-6679
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 0.20.0
            Reporter: sam rash
            Priority: Minor


transient DNS errors can cause the InetSocketAddress created in NetUtils.createSocketAddr() to be unresolved when the hostname is resolvable.  Add a single retry after a short sleep using a simple InetSocketAddressFactory class

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