You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2016/12/07 13:18:45 UTC

[2/2] flink git commit: [docs] clarify default restart behavior when checkpointing is enabled

[docs] clarify default restart behavior when checkpointing is enabled


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/91414d96
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/91414d96
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/91414d96

Branch: refs/heads/master
Commit: 91414d9611a5a14d4d73ae5ea090c16406dcf025
Parents: af3bf83
Author: Maximilian Michels <mx...@apache.org>
Authored: Tue Dec 6 15:12:22 2016 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Wed Dec 7 14:19:04 2016 +0100

----------------------------------------------------------------------
 docs/setup/fault_tolerance.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/91414d96/docs/setup/fault_tolerance.md
----------------------------------------------------------------------
diff --git a/docs/setup/fault_tolerance.md b/docs/setup/fault_tolerance.md
index fa1c821..e123e60 100644
--- a/docs/setup/fault_tolerance.md
+++ b/docs/setup/fault_tolerance.md
@@ -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.