Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.15.0
Description
We introduced the option to disable the retryable cleanup in FLINK-26331. This should make Flink fall back to the 1.14- functionality with just printing a warning in session mode.
Instead, a RetryException is thrown which causes Flink to fail fatally. For Job and Application Mode failing fatally is ok because it doesn't affect other builds. But for session mode, we want to print a warning, instead.
Attachments
Issue Links
- is caused by
-
FLINK-26331 Make max retries configurable
- Resolved
- Testing discovered
-
FLINK-26690 DefaultJobGraphStore.globalCleanup does not trigger the cleanup when retrying the cleanup after a failover
- Resolved
-
FLINK-26680 SessionDispatcherLeaderProcess#onAddJobGraph crashes if the job is marked as deleted
- Closed
- links to