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
users encountered a blocking issue FLINK-28008 in Flink Kubernetes Operator related to primary/secondary resources after upgrading it to JOSDK v3.0.2.
We are managing session jobs(primary resource) and session clusters(secondary resource) with the Operator. Once a session job finishes users usually delete it. However, when the Operator is restarted, newly submitted session jobs won't find the session cluster anymore. The session cluster must be deleted and recreated to make it work which is not an acceptable workaround in our case unfortunately. I've uploaded the repro logs here