ivandika3 opened a new pull request, #931: URL: https://github.com/apache/ratis/pull/931
## What changes were proposed in this pull request? From my understanding, `EpollEventLoopGroup` generally has better performance than `NioEventLoopGroup` and therefore should be used by default. The only reason to use `NioEventLoopGroup` is if the underlying OS does not support it (`EpollEventLoopGroup` is only supported in Linux). From the one of the core developer of Netty (Norman Maurer): https://stackoverflow.com/questions/35568365/netty-epolleventloopgroup-vs-nioeventloopgroup-which-should-i-choose-on-centos ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1898 ## How was this patch tested? Existing tests (`NioEventLoopGroup` to `EpollEventLoopGroup` should not introduce regressions). -- 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]
