Why is Cassandra client failing without epoll in production? [duplicate]
问题 This question already has an answer here : How to fix the “Found Netty's native epoll transport in the classpath, but epoll is not available. Using NIO instead” warning? (1 answer) Closed 2 years ago . When I run my service locally, I get a warning that epoll isn't available, so it's using NIO. Fair enough. When I deploy it in Kubernetes, I get this, which prevents the service from running: 2017-03-29T19:09:22.739482458Z 19:09:22.739 WARN com.datastax.driver.core.NettyUtil - Found Netty's