Matthias Pohl created FLINK-26286: ------------------------------------- Summary: 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
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)