You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FLINK-36646][helm] Add required Java Opts to allow Java 17 based job images.
From Java 16 onwards, the project jigsaw java opts are now mandatory. To
allow Java 17 based job images, we need to include the java opts from the
flink dist base conf.yaml to the env.java.default-opts.all in the operator
default flink-conf.yaml.
These will be combined with any user supplied opts via env.java.opts.all
and ignored by JDK 8 and 11 as we set -XX:IgnoreUnrecognizedVMOptions.
Signed-off-by: Thomas Cooper <[email protected]>
0 commit comments