management-api-for-apache-cassandra icon indicating copy to clipboard operation
management-api-for-apache-cassandra copied to clipboard

Use Java NIO as fallback for Netty when epoll is not available

Open emerkle826 opened this issue 2 years ago • 0 comments

Issue:

Management API was developed to run on Linux. It takes advantage of this for its Netty usage by essentially requiring epoll for the event queue. This makes fully testing Management API difficult for Mac users.

Definition of Done

  • [ ] It should be possible to detect the absence of epoll and fall back to using Java's NIO.
  • [ ] If Management API is run and falls back to Java NIO, a warning should be logged indicating the degraded performance and that the condition should only be acceptable in labs/development/testing/etc.

┆Issue is synchronized with this Jira Story by Unito

emerkle826 avatar Nov 21 '23 23:11 emerkle826