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] [Updated] (FLINK-28008) Can not get secondary resource from after operator restart

     [ https://issues.apache.org/jira/browse/FLINK-28008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aitozi updated FLINK-28008:
---------------------------
    Description: 
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
{noformat}
basic-session-cluster-547655d95c-888mm    1/1     Running   0          6m34s{noformat}

  was:
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


> 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
>            Priority: Major
>
> 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
> {noformat}
> basic-session-cluster-547655d95c-888mm    1/1     Running   0          6m34s{noformat}



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