jdeppe-pivotal commented on a change in pull request #5488:
URL: https://github.com/apache/geode/pull/5488#discussion_r480284675



##########
File path: 
geode-redis/src/main/java/org/apache/geode/redis/internal/netty/ExecutionHandlerContext.java
##########
@@ -139,6 +164,33 @@ public void exceptionCaught(ChannelHandlerContext ctx, 
Throwable cause) {
     }
   }
 
+  public EventLoopGroup getSubscriberGroup() {
+    return subscriberGroup;
+  }
+
+  public synchronized void changeChannelEventLoopGroup(EventLoopGroup newGroup,

Review comment:
       Switched method synchronization to synchronize on `channel`




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


Reply via email to