]
Gustavo Fernandes reassigned ISPN-6629:
---------------------------------------
Assignee: Gustavo Fernandes
Enable Netty Epoll support by default in the Hot Rod server
-----------------------------------------------------------
Key: ISPN-6629
URL:
https://issues.jboss.org/browse/ISPN-6629
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.0.0.Alpha2
Currently epoll is enabled via a system property
{{-Dinfinispan.server.channel.epoll=true}}
We should enable it by default and provide a flag to disable it. Also, a detect phase
should be done to verify that the OS is Linux and epoll is supported for the current
underlying Linux.