[
https://issues.apache.org/jira/browse/FLINK-26741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl resolved FLINK-26741.
-----------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
master: 8e7266be34f2373442a1bd4824911d6d8bb67f04
1.15: 34133b9d040d22f76710b8da987ad848f63063d3
> CheckpointIDCounter.shutdown should expose errors asynchronously
> ----------------------------------------------------------------
>
> Key: FLINK-26741
> URL: https://issues.apache.org/jira/browse/FLINK-26741
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.15.0
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> {{CheckpointIDCounter.shutdown}} should return a {{CompletableFuture}}
> exposing errors if anything happens to enable retrying of the cleanup.
> All implementations should also work in an idempotent fashion, i.e. nothing
> should happen if the artifact was already deleted.
> This bug is not considered a 1.15 blocker because unit tests rerunning the
> shutdown worked properly already, i.e. in the worst case (of an error) we
> would just miss to clean up right now.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)