You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aitozi (Jira)" <ji...@apache.org> on 2022/06/11 01:53:00 UTC

[jira] [Created] (FLINK-28008) Can not get secondary resource from after operator restart

Aitozi created FLINK-28008:
------------------------------

             Summary: Can not get secondary resource from after operator restart
                 Key: FLINK-28008
                 URL: https://issues.apache.org/jira/browse/FLINK-28008
             Project: Flink
          Issue Type: Bug
          Components: Kubernetes Operator
            Reporter: Aitozi


how to reproduce:
 * create session and submit session job
 * delete session job
 * restart operator
 * submit session job again

Then it will print logĀ 
{noformat}
2022-06-11 01:51:15,645 o.a.f.k.o.r.s.FlinkSessionJobReconciler [WARN ][default/basic-session-job-example] Session cluster deployment is not found
2022-06-11 01:51:15,645 o.a.f.k.o.r.s.FlinkSessionJobReconciler [WARN ][default/basic-session-job-example2] Session cluster deployment is not found{noformat}
But the session cluster is still there



--
This message was sent by Atlassian Jira
(v8.20.7#820007)