You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (Jira)" <ji...@apache.org> on 2020/01/07 22:57:00 UTC

[jira] [Created] (GEODE-7658) Remove hostname resolution methods from TcpSocketCreator

Dan Smith created GEODE-7658:
--------------------------------

             Summary: Remove hostname resolution methods from TcpSocketCreator
                 Key: GEODE-7658
                 URL: https://issues.apache.org/jira/browse/GEODE-7658
             Project: Geode
          Issue Type: Improvement
          Components: membership
            Reporter: Dan Smith


TcpSocketCreator has a few methods related to hostname resolution that are not necessary:

* resolveDns is based on
whether network partition detection is enabled, which we can access directly in
membership
* getHostName uses a static hostname cache that we don't need to use
for membership in the one place where SocketCreator.getHostName was called
* getLocalHost has moved to a utility in geode-common, so we don't need to abstract this away.



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