Does latest Cassandra support openJDK? -


on github readme says tested on >=1.7 (openjsk , sun). however, when looked @ cassandradaemon.java, warning asks upgrade oracle java still exists.

can comment on ?

i sure datastax testing against openjdk, recommendation use sun jdk. there several people on community use openjdk without problems there have lot of problems openjdk. if read few lines later started:

https://github.com/apache/cassandra/blame/trunk/src/java/org/apache/cassandra/service/cassandradaemon.java#l119

you see 1 example warns may not work intended if non-sun-jdk used. affect performance , gc. so, use openjdk @ own risk. latest version required java 7.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -