[
https://issues.apache.org/jira/browse/FLINK-26286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-26286:
----------------------------------
Fix Version/s: 1.15.0
> 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
> Fix For: 1.15.0
>
>
> 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)