Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/1470#discussion_r50681471
--- Diff: docs/apis/fault_tolerance.md ---
@@ -193,73 +193,169 @@ state updates) of Flink coupled with bundled sinks:
[Back to top](#top)
+Restart Strategies
+------------------
-Batch Processing Fault Tolerance (DataSet API)
-----------------------------------------------
+Flink supports different restart strategies which control how the jobs are
restarted in case of a failure.
+The cluster can be started with a default restart strategy which is always
used when no job specific restart strategy has been defined.
+In case that the job is submitted with a restart strategy, this strategy
overrides the cluster's default setting.
--- End diff --
Should we add a sentence that the current cluster default is `no restart`?
---
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.
---