bschuchardt commented on a change in pull request #6013:
URL: https://github.com/apache/geode/pull/6013#discussion_r574094977
##########
File path:
geode-wan/src/main/java/org/apache/geode/cache/client/internal/locator/wan/LocatorMembershipListenerImpl.java
##########
@@ -108,11 +109,18 @@ public void locatorJoined(final int distributedSystemId,
final DistributionLocat
final DistributionLocatorId sourceLocator) {
// DistributionLocatorId for local locator.
DistributionLocatorId localLocatorId;
+
+ InternalDistributedSystem system =
InternalDistributedSystem.getConnectedInstance();
Review comment:
we're trying to get rid of the use of static methods like this. The
DistributionConfig argument passed to this method should have the memberName in
it. You should use that instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]