Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.15.0
Description
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.
Attachments
Issue Links
- is a clone of
-
FLINK-26284 The ZooKeeperStateHandleStore cleans the metadata before cleaning the StateHandle
- Resolved
- is caused by
-
FLINK-25432 Introduce common interfaces for cleaning up local and global job data
- Resolved
- links to