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 16:59:58 UTC

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

rhoughton-pivot commented on a change in pull request #6048:
URL: https://github.com/apache/geode/pull/6048#discussion_r583002834



##########
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:
       Are we worried about concurrency in this creation?




----------------------------------------------------------------
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