GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2697
[backport] [FLINK-3347] [akka] Add QuarantineMonitor which shuts a quarantined actor system and JVM down This is a back port for release 1.1. The QuarantineMonitor subscribes to the actor system's event bus and listens to AssociationErrorEvents. These are the events which are generated when the actor system has quarantined another actor system or if it has been quarantined by another actor system. In case of the quarantined state, the actor system will be shutdown killing all actors and then the JVM is terminated. Per default the `QuarantineMonitor` is not started for the `TaskManagers`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tillrohrmann/flink backportQuarantineMonitor Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2697.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2697 ---- commit 7d89c05aa335046b29f5e263a264dc1d3cdcd890 Author: Till Rohrmann <trohrm...@apache.org> Date: 2016-10-26T22:24:12Z [FLINK-3347] [akka] Add QuarantineMonitor which shuts a quarantined actor system and JVM down The QuarantineMonitor subscribes to the actor system's event bus and listens to AssociationErrorEvents. These are the events which are generated when the actor system has quarantined another actor system or if it has been quarantined by another actor system. In case of the quarantined state, the actor system will be shutdown killing all actors and then the JVM is terminated. commit 15c88f636fe2652eb937e0768dd379c058636199 Author: Till Rohrmann <trohrm...@apache.org> Date: 2016-10-26T22:39:17Z Add configuration switch to enable the quarantine monitor for TaskManagers Per default the QuarantineMonitor is disabled for TaskManagers in order to not change the behaviour of 1.1. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---