[
https://issues.apache.org/jira/browse/FLINK-26286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495829#comment-17495829
]
Yang Wang commented on FLINK-26286:
-----------------------------------
So are you suggesting to do the "clean up StateHandle" first?
> The KubernetesStateHandleStore cleans the metadata before cleaning the
> StateHandle
> ----------------------------------------------------------------------------------
>
> Key: FLINK-26286
> URL: https://issues.apache.org/jira/browse/FLINK-26286
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.15.0
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Blocker
>
> Cleanup of job state does not work properly in an HA setup.
> {{releaseAndTryRemove}} deletes the meta data stored in the store before
> cleaning up the {{StateHandle}}. If the {{StateHandle}} cleanup fails after
> the reference is already deleted in the {{StateHandleStore}}, a cleanup retry
> will constantly fail because it cannot deserialize the {{StateHandle}}
> anymore.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)