[ https://issues.apache.org/jira/browse/FLINK-33659 ]
zhouli deleted comment on FLINK-33659: -------------------------------- was (Author: leo zhou): 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)