symious opened a new pull request, #1297: URL: https://github.com/apache/ratis/pull/1297
## What changes were proposed in this pull request? In https://issues.apache.org/jira/browse/RATIS-2325, a GrpcStubPool was added, and it was specified to use NIOEventLoopGroup, but on server side it's using epoll by default, this ticket is to remove the NIO specification. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-2342 Please replace this section with the link to the Apache JIRA) ## How was this patch tested? Local test, no more warning logs like "WARN org.apache.ratis.thirdparty.io.netty.bootstrap.Bootstrap: Unknown channel option 'org.apache.ratis.thirdparty.io.netty.channel.epoll.EpollChannelOption#TCP_USER_TIMEOUT' for channel '[id: 0xe291c830]'" -- 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]
