cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
209 stars 20 forks source link

Cassandra: OpenJDK vs Oracle Java #30

Closed jazzl0ver closed 6 years ago

jazzl0ver commented 6 years ago

There is a warning in the log:

WARN [main] 2018-02-13 10:16:44,908 StartupChecks.java:203 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release

Do you think we need to switch to Oracle Java?

JuniusLuo commented 6 years ago

It would be ok to use openjdk. The core of openjdk would be the same with oracle java. Cassandra recommended settings lists openjdk as well.

The official cassandra docker image uses the openjdk as well. Unless there is a specific reason, we will keep the same with the official docker image.

jazzl0ver commented 6 years ago

Wondering why it alarms in the log then :) Thanks for clarification.