Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3059#discussion_r95131686
--- Diff: docs/dev/restart_strategies.md ---
@@ -28,8 +28,9 @@ 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.
+If checkpointing is not enabled, the "no restart" strategy is used.
+If checkpointing is activated and the restart strategy has not been
configured, the fixed-delay strategy is used with
--- End diff --
Should we say "If checkpointing is activated and no restart strategy has
been explicitly configured, ..."
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---