[ 
https://issues.apache.org/jira/browse/GEODE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001396#comment-17001396
 ] 

ASF subversion and git services commented on GEODE-7541:
--------------------------------------------------------

Commit fa7463bdaf918afe70cf3fe0a824a4c4f9937a6c in geode's branch 
refs/heads/develop from Ernie Burghardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fa7463b ]

GEODE-7541: Removing dependency on SocketCreator/Factory (#4479)

- Pushed static call to SocketCreatorFactory up to DistributionImpl
- SocketCreator is now a parameter to MembershipBuilder
- extracted MembershipSocketCreator interface from SocketCreator
- created adapter layer to handle passthru of SocketCreator calls
- renamed with "Tcp" prefix previously refactored socket creator efforts
- Consolidate socket creator interfaces to just TcpSocketCreator.
- Added checked exception handling to Services and re-arranged the finally 
block to correctly handle start/started state.


> 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: 2h 20m
>  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)

Reply via email to