sunkai-cai commented on code in PR #24524:
URL: https://github.com/apache/shardingsphere/pull/24524#discussion_r1135638275


##########
proxy/frontend/core/src/main/java/org/apache/shardingsphere/proxy/frontend/ShardingSphereProxy.java:
##########
@@ -89,8 +123,12 @@ private void accept(final List<ChannelFuture> futures) 
throws InterruptedExcepti
     }
     
     private void createEventLoopGroup() {
-        bossGroup = Epoll.isAvailable() ? new EpollEventLoopGroup(1) : new 
NioEventLoopGroup(1);
-        workerGroup = getWorkerGroup();
+        if (null == bossGroup) {

Review Comment:
   ok



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