Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.2, 1.7.2
-
None
Description
from 1.6.x version, default restart strategy was moved from ExcutionGraph to backend.
for now use NoOrFixedIfCheckpointingEnabledRestartStrategyFactory to generate default FixedDelayRestartStrategy, but the `DEFAULT_RESTART_DELAY` value is 0.
it will endless loop when a operator always throw error, it exhausts the CPU limit and MEM limit.
so default `DEFAULT_RESTART_DELAY` value 10000L is better
Attachments
Issue Links
- duplicates
-
FLINK-13884 Set default restart-strategy delay to 1s
- Closed
- links to