Oracle vs Open JDK version

I see in the documentation (https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html) it is recommended to use the oracle JDK version. Let me know whether we can use Open JDK instead of Oracle JDK, is there any impact of using Open JDK.

you can also try with openjdk, see https://www.elastic.co/support/matrix#matrix_jvm

note the minimum recommended versions

If you use OpenJDK then one of the areas to watch out for is the cacerts that it ships with. Different packages have different trusted CAs, and they're often different to the CAs shipped with the Oracle JDK.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.