Which epoll mode using in es? level triggered or edge triggered

netty provides epoll based transport that uses level-triggered mode and edge-triggered mode,I wonder which epoll mode using in elasticsearch?
thanks~

We don't use anything non-default along those lines. We also don't use the native epoll option that netty has.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.