Django bench uses packages/common/find_java_home.py, which prefers to set JAVA_HOME to jdk 8, yet the django install scripts for ubuntu installs jdk 11, which is experimental for cassandra v3.11 (https://issues.apache.org/jira/browse/CASSANDRA-16894).
Since jdk 8 is supported and available on ubuntu 22.04, shouldn't the install scripts simply installed jdk 8 instead of jdk 11?
Django bench uses
packages/common/find_java_home.py, which prefers to set JAVA_HOME to jdk 8, yet the django install scripts for ubuntu installs jdk 11, which is experimental for cassandra v3.11 (https://issues.apache.org/jira/browse/CASSANDRA-16894).Since jdk 8 is supported and available on ubuntu 22.04, shouldn't the install scripts simply installed jdk 8 instead of jdk 11?