futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

[ignite] Need to downgrade to JDK 8, by ignite docker restriction #696

Open yanmo96 opened 2 years ago

yanmo96 commented 2 years ago

When deploy Ignite, need to change the following files to use JDK 8. Reason being the Docker image we use apacheignite/ignite:2.10.0 have JDK 8 in it.

Bellow are some of the files need to change during deployment process:

Later we may host our own custom build image, or ignite may upgrade their image with new JDK version

xieus commented 2 years ago

@pkommoju This is a good question to raise to Ignite community regarding (1) why JDK 8 remains in use; (2) any plan to upgrade to JDK 11 and above (3) best practice of using newer JDK with Ignite.