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)