Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0
Description
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.
Attachments
Issue Links
- blocks
-
FLINK-26114 DefaultScheduler fails fatally in case of an error when shutting down the checkpoint-related resources
- Open
- Testing discovered
-
FLINK-26798 JobMaster.testJobFailureWhenTaskExecutorHeartbeatTimeout failed due to missing Execution
- Resolved
- links to