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/04/04 13:56:00 UTC

[jira] [Created] (FLINK-27052) FsCompletedCheckpointStorageLocation.disposeStorageLocation doesn't expose errors properly (not processing the return value)

Matthias Pohl created FLINK-27052:
-------------------------------------

             Summary: FsCompletedCheckpointStorageLocation.disposeStorageLocation doesn't expose errors properly (not processing the return value)
                 Key: FLINK-27052
                 URL: https://issues.apache.org/jira/browse/FLINK-27052
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
    Affects Versions: 1.15.0
            Reporter: Matthias Pohl


{{CompletedCheckpointStorageLocation.disposeStorageLocation}} is called in {{CompletedCheckpoint.DiscardObject.discard}}. The implementing class {{FsCompletedCheckpointStorageLocation}} doesn't implement this method in an idempotent way because it doesn't process the return value of the delete method. Hence, we might lose error cases.



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