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 2020/10/23 03:54:21 UTC

[GitHub] [geode] jdeppe-pivotal commented on a change in pull request #5655: GEODE-8645: Reduce netty threads used by PubSubIntegrationTest

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



##########
File path: geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/pubsub/PubSubIntegrationTest.java
##########
@@ -20,6 +20,11 @@
 import org.apache.geode.redis.GeodeRedisServerRule;
 
 public class PubSubIntegrationTest extends AbstractPubSubIntegrationTest {
+
+  static {
+    System.setProperty("io.netty.eventLoopThreads", "10");
+  }
+

Review comment:
       Good call. Should be fixed now.




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