Skip to content

Commit

Permalink
[docs] clarify default restart behavior when checkpointing is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mxm committed Dec 7, 2016
1 parent af3bf83 commit 91414d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup/fault_tolerance.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ In case that the job is submitted with a restart strategy, this strategy overrid
The default restart strategy is set via Flink's configuration file `flink-conf.yaml`.
The configuration parameter *restart-strategy* defines which strategy is taken.
Per default, the no-restart strategy is used.
When checkpointing is activated and no restart strategy has been configured, the job will be restarted infinitely often.
See the following list of available restart strategies to learn what values are supported.

Each restart strategy comes with its own set of parameters which control its behaviour.
Expand Down

0 comments on commit 91414d9

Please sign in to comment.