zengguan commented on code in PR #3153:
URL: https://github.com/apache/bookkeeper/pull/3153#discussion_r950985192


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/util/EventLoopUtil.java:
##########
@@ -47,6 +47,10 @@ public static EventLoopGroup 
getServerEventLoopGroup(ServerConfiguration conf, T
         return getEventLoopGroup(threadFactory, conf.getServerNumIOThreads(), 
conf.isBusyWaitEnabled());
     }
 
+    public static EventLoopGroup getServerAcceptorGroup(ServerConfiguration 
conf, ThreadFactory threadFactory) {
+        return getEventLoopGroup(threadFactory, 
conf.getServerNumAcceptorThreads(), conf.isBusyWaitEnabled());

Review Comment:
   I changed it to false. Thanks~



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to