[
https://issues.apache.org/jira/browse/FLINK-33659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789974#comment-17789974
]
zhouli commented on FLINK-33659:
--------------------------------
Hi, [~zhuzh] , wdyt ?
> Avoid unnecessary retries when restore from savepoint failed.
> -------------------------------------------------------------
>
> Key: FLINK-33659
> URL: https://issues.apache.org/jira/browse/FLINK-33659
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Checkpointing
> Reporter: zhouli
> Priority: Major
>
> when restore a job from savepoint failed, if restart strategy is enabled,
> flink will try to restart the job, and the restore would fail again.
> We may wrap the exception as
> [SuppressRestartsException|https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/execution/SuppressRestartsException.java]
> to avoid unnecessary retries.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)