-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56093/
-----------------------------------------------------------
Review request for geode, Galen O'Sullivan, Hitesh Khamesra, and Udo Kohlmeyer.
Bugs: GEODE-2368
https://issues.apache.org/jira/browse/GEODE-2368
Repository: geode
Description
-------
Prior to the membership rewrite for v1.0 we used a different identifier for the
DirectChannel using the class "Stub". In the rewrite we replaced this with the
InternalDistributedMember ID, but that isn't formed until after the
DirectChannel has been booted up and the MembershipManager has finished joining
the distributed system.
This change set modifies DirectChannel to use the SocketAddress of the server
socket it's created, which is equivalent to the old "Stub" identifier.
Diffs
-----
geode-core/src/main/java/org/apache/geode/distributed/internal/direct/DirectChannel.java
cc88e95ee51c9cb27812c5d4b958acd2c749d110
geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java
1c214e491b05c9f47dd58b3ea371db64fafbc438
geode-core/src/main/java/org/apache/geode/internal/tcp/TCPConduit.java
1398070f0a59e1e7b9a254dacfbba33d7801b41d
Diff: https://reviews.apache.org/r/56093/diff/
Testing
-------
Thanks,
Bruce Schuchardt