mivanac commented on a change in pull request #6048:
URL: https://github.com/apache/geode/pull/6048#discussion_r583051737
##########
File path:
geode-wan/src/main/java/org/apache/geode/cache/client/internal/locator/wan/LocatorMembershipListenerImpl.java
##########
@@ -170,6 +207,28 @@ private synchronized Object
updateAllLocatorInfo(RemoteLocatorJoinRequest reques
return new RemoteLocatorJoinResponse(this.getAllLocatorsInfo());
}
+ private ExecutorService createThreadPool() {
Review comment:
As current implementation, start() method, is only invoked from
InternalLocator constructor. If we are concerned about future use, I can make
corrections.
----------------------------------------------------------------
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]