You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2019/11/24 15:52:00 UTC

[jira] [Created] (HDDS-2626) Avoid hostname lookup for invalid local IP addresses

Attila Doroszlai created HDDS-2626:
--------------------------------------

             Summary: Avoid hostname lookup for invalid local IP addresses
                 Key: HDDS-2626
                 URL: https://issues.apache.org/jira/browse/HDDS-2626
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


{{OzoneSecurityUtil#getValidInetsForCurrentHost}} performs hostname lookup for all local network interfaces, even for invalid addresses.  This significantly slows down some secure tests ({{TestHddsSecureDatanodeInit}}, {{TestSecureOzoneCluster}}) when run on a machine with special IPv6 network interfaces due to timeout reaching IPv6 DNS servers.

This issue proposes to disable the lookup for invalid addresses.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org