[jira] [Created] (FLINK-22929) Change the default failover strategy to FixDelayRestartStrategy
Posted by Shang Yuanchun (Jira) on URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/jira-Created-FLINK-22929-Change-the-default-failover-strategy-to-FixDelayRestartStrategy-tp51240.html
Yun Gao created FLINK-22929:
-------------------------------
The default failover strategy is reasonable for the stream jobs since without checkpoint, the stream job could not restart without paying high costs. However, for batch jobs, the failover is handled via persisted intermediate result partitions, and users usually expect the batch job could finish normally by default (similar to other batch processing system). Thus it seems to be more reasonable to make the default failover strategy for the batch jobs to be the same the stream job with checkpoint enabled (namely FixDelayRestartStrategy).