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

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

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

Gyula Fora closed FLINK-28008.
------------------------------
    Resolution: Fixed

merged to main 6a4e6a5edb386675fede2790b81e31cdbcb2952c

> Can not get secondary resource from context after operator restart
> ------------------------------------------------------------------
>
>                 Key: FLINK-28008
>                 URL: https://issues.apache.org/jira/browse/FLINK-28008
>             Project: Flink
>          Issue Type: Bug
>          Components: Kubernetes Operator
>    Affects Versions: kubernetes-operator-1.1.0
>            Reporter: Aitozi
>            Assignee: Matyas Orhidi
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: kubernetes-operator-1.1.0
>
>
> 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)