[
https://issues.apache.org/jira/browse/GEODE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003024#comment-17003024
]
ASF subversion and git services commented on GEODE-7541:
--------------------------------------------------------
Commit 1ab69cda2a7440d64c9edae4507b1a1304a1c2ec in geode's branch
refs/heads/feature/GEODE-7541b from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1ab69cd ]
GEODE-7541: revert one change
One of the changes for this ticket is causing unit test failures on
some machines - especially Macs - in the form of
java.lang.RuntimeException: Failed to start locator
Caused by:
org.apache.geode.GemFireConfigException: This process is attempting to
join with a loopback address (gzhou-mbpro/127.0.0.1) using a locator that does
not have a local address (/10.255.200.197:60167). On Unix this usually means
that /etc/hosts is misconfigured.
> Break dependency on SocketCreator/Factory & SecurableCommunicationChannel
> -------------------------------------------------------------------------
>
> Key: GEODE-7541
> URL: https://issues.apache.org/jira/browse/GEODE-7541
> Project: Geode
> Issue Type: Sub-task
> Components: membership
> Reporter: Ernest Burghardt
> Priority: Major
> Time Spent: 4h
> Remaining Estimate: 0h
>
> SocketCreator & SocketCreatorFactory.
> {color:#a8c023}which should also allow for break dependency on
> internal.security{color}SecurableCommunicationChannel
>
> Also look at usage of
> {code:java}
> OSProcess {code}
> in JGroupsMessenger
> {code:java}
> SocketCreator.resolve_dns ?
> SocketCreator.getHostName(jgAddress.getInetAddress())
> : jgAddress.getInetAddress().getHostAddress();
> GMSMemberData gmsMember = new GMSMemberData(jgAddress.getInetAddress(),
> hostname, jgAddress.getPort(),
> OSProcess.getId(),{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)