[
https://issues.apache.org/jira/browse/FLINK-26652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-26652:
----------------------------------
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.
was:
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.
Instead, a {{RetryException}} is thrown which causes Flink to fail fatally. We
should catch the exception and print a warning instead.
> Failing to cleanup a job should not fail the Flink Cluster in Session Mode
> --------------------------------------------------------------------------
>
> Key: FLINK-26652
> URL: https://issues.apache.org/jira/browse/FLINK-26652
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.15.0, 1.16.0
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Blocker
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)