You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/03/19 15:43:00 UTC

[jira] [Created] (FLINK-26742) DefaultCompletedCheckpointStore.shutdown does not clean the checkpoints atomically

Matthias Pohl created FLINK-26742:
-------------------------------------

             Summary: DefaultCompletedCheckpointStore.shutdown does not clean the checkpoints atomically
                 Key: FLINK-26742
                 URL: https://issues.apache.org/jira/browse/FLINK-26742
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.15.0
            Reporter: Matthias Pohl


The {{DefaultCompletedCheckpointStore.shutdown}} removes the Checkpoint entry from the {{StateHandleStore}} and runs the actual cleanup of the checkpoint after it got removed. That means that the data is lost if there's an error while discarding the {{CompletedCheckpoint}} which, as a consequence, doesn't get picked up anymore during retry.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)