]
Gustavo Fernandes updated ISPN-6629:
------------------------------------
Fix Version/s: 9.0.0.Final
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, 9.0.0.Final
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 underlying
Linux.