[
https://issues.apache.org/jira/browse/FLINK-30594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655533#comment-17655533
]
Gabor Somogyi commented on FLINK-30594:
---------------------------------------
In the meantime I've realized that the following determines the java version:
{code:java}
...
FROM openjdk:11-jre
...
{code}
On the other hand this is the latest available which is the mentioned not yet
fixed version.
> Update Java version because of JDK bug in the operator
> ------------------------------------------------------
>
> Key: FLINK-30594
> URL: https://issues.apache.org/jira/browse/FLINK-30594
> Project: Flink
> Issue Type: Bug
> Components: Kubernetes Operator
> Reporter: Gabor Somogyi
> Priority: Critical
> Fix For: kubernetes-operator-1.4.0
>
>
> The following JDK bug is found during operator usage:
> https://bugs.openjdk.org/browse/JDK-8221218
> This has been resolved in 11.0.18 which should be used in the operator base
> image.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)