[
https://issues.apache.org/jira/browse/FLINK-25433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-25433:
----------------------------------
Release Note: Adds retry logic to the cleanup steps of a finished job. This
feature changes the way how Flink jobs are cleaned up. Instead of trying once
to clean up the job, this step will be repeated until it succeeds. Users are
meant to fix the issue that prevents Flink from finalizing the job cleanup.
Retry iteration intervals can be configuration through the newly added
configuration parameters "jobmanager.cleanup.min-delay" and
"jobmanager.cleanup.max-delay".
> Integrate retry strategy for cleanup stage
> ------------------------------------------
>
> Key: FLINK-25433
> URL: https://issues.apache.org/jira/browse/FLINK-25433
> Project: Flink
> Issue Type: Sub-task
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> The {{ResourceCleaner}} should be able to cleanup not only once but retry
> infinitely.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)