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)