[
https://issues.apache.org/jira/browse/GEODE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003693#comment-17003693
]
ASF subversion and git services commented on GEODE-7541:
--------------------------------------------------------
Commit c2af830d244229aa73af3b70394ab0921ac2caa7 in geode's branch
refs/heads/feature/GEODE-7541c from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c2af830 ]
GEODE-7541: revert one change (#4526)
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)