Search before asking
Fluss version
0.9.0 (latest release)
Please describe the bug 🐞
When running ./bin/local-cluster.sh start with an incorrect or missing JAVA_HOME configuration, the
script reports "Starting cluster." and exits with success, but the actual JVM processes fail immediately
with a UnsupportedClassVersionError. This gives users a false impression that the cluster started
successfully.
Steps to Reproduce
- Ensure
JAVA_HOME is either unset or points to a Java 8 runtime (while Fluss requires Java 11+)
- Run
./bin/local-cluster.sh start
- Observe the output showing successful startup messages
- Check
log/fluss-*-coordinator-server-*.out to find the actual JVM crash
Solution
No response
Are you willing to submit a PR?
Search before asking
Fluss version
0.9.0 (latest release)
Please describe the bug 🐞
When running
./bin/local-cluster.sh startwith an incorrect or missingJAVA_HOMEconfiguration, thescript reports "Starting cluster." and exits with success, but the actual JVM processes fail immediately
with a
UnsupportedClassVersionError. This gives users a false impression that the cluster startedsuccessfully.
Steps to Reproduce
JAVA_HOMEis either unset or points to a Java 8 runtime (while Fluss requires Java 11+)./bin/local-cluster.sh startlog/fluss-*-coordinator-server-*.outto find the actual JVM crashSolution
No response
Are you willing to submit a PR?