My cassandra's raise an error of type:
ERROR [RequestResponseStage-3] 2021-02-15 11:36:37,325 SEPWorker.java:147 - Unexpected exception killed worker: {}java.lang.NullPointerException: null at java.lang.Long.compareTo(Long.java:1234) ~[na:1.8.0_181] at java.lang.Long.compareTo(Long.java:54) ~[na:1.8.0_181] at java.util.concurrent.ConcurrentSkipListMap.cpr(ConcurrentSkipListMap.java:655) ~[na:1.8.0_181] at java.util.concurrent.ConcurrentSkipListMap.findPredecessor(ConcurrentSkipListMap.java:682) ~[na:1.8.0_181] at java.util.concurrent.ConcurrentSkipListMap.doRemove(ConcurrentSkipListMap.java:960) ~[na:1.8.0_181] at java.util.concurrent.ConcurrentSkipListMap.remove(ConcurrentSkipListMap.java:1992) ~[na:1.8.0_181] at org.apache.cassandra.concurrent.SEPWorker.doWaitSpin(SEPWorker.java:245) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:78) ~[apache-cassandra-3.11.3.jar:3.11.3] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
Env: k8s; Nodes: 3
Despite them, the cluster seems to be up and active (nodetool status indicates this at least), but applications using cassandra cannot connect.
What could be the root cause of the error?
(Note It occurs a few times, once or twice a month. )
Thanks in advance.