You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2017/08/04 16:19:22 UTC

flink git commit: [hotfix][docs] add documentation for `taskmanager.exit-on-fatal-akka-error`

Repository: flink
Updated Branches:
  refs/heads/master 4f776a2fd -> 391bc8df0


[hotfix][docs] add documentation for `taskmanager.exit-on-fatal-akka-error`

When the quarantine monitor was added as of FLINK-3347, this documentation for
enabling it only went into the backport for the 1.2 branch, not into master and
therefore not into the 1.3 release either. This adds it again.

This closes #4478.


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

Branch: refs/heads/master
Commit: 391bc8df07c30aa98c1ced7159a5d97026683dbe
Parents: 4f776a2
Author: Nico Kruber <ni...@data-artisans.com>
Authored: Fri Aug 4 11:11:35 2017 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Fri Aug 4 18:18:54 2017 +0200

----------------------------------------------------------------------
 docs/setup/config.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/391bc8df/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index b4bf845..7c90445 100644
--- a/docs/setup/config.md
+++ b/docs/setup/config.md
@@ -295,6 +295,8 @@ The following parameters configure Flink's JobManager and TaskManagers.
 
 - `task.cancellation-interval`: Time interval between two successive task cancellation attempts in milliseconds (DEFAULT: **30000**).
 
+- `taskmanager.exit-on-fatal-akka-error`: Whether the TaskManager shall be terminated in case of a fatal Akka error (quarantining event). (DEFAULT: **false**)
+
 ### Distributed Coordination (via Akka)
 
 - `akka.ask.timeout`: Timeout used for all futures and blocking Akka calls. If Flink fails due to timeouts then you should try to increase this value. Timeouts can be caused by slow machines or a congested network. The timeout value requires a time-unit specifier (ms/s/min/h/d) (DEFAULT: **10 s**).