We\'re planning on migrating our environment from Java 8 to OpenJDK 10. Doing this on my local machine, I\'ve found that Cassandra will no longer start for me, giving the fo
With Cassandra 3.11.4 we have been able to execute the Cassandra engine with Java 11, but there has been some gotchas:
jvm.options file.ThreadPriorityPolicy as it was deprecated with Java 9jvm.options. Some of those parameters are:
nodetool still requires Java 8 to be able to execute.
For a cluster that was using offheap_buffers for memtable_allocation_type (it is defined in cassandra.yaml), we had to change it to use offheap_objects