You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/02/25 18:05:07 UTC

[GitHub] [geode] mivanac commented on a change in pull request #6048: GEODE-8956: added thread pool to LocatorMembershipListener

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:
users@infra.apache.org