GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/2205

    [FLINK-4137] Tell Akka to shut down the JVM on fatal errors

    Currently, the ProcessReaper might not receive the `Terminated` message 
when a fatal error like an OOM error leaves the actor system in an inconsistent 
state.
    
    By changing the default value of the configuration, akka is shutting down 
the JVM on such errors.
    
    See also the JIRA discussion.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmetzger/flink flink4137

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2205.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 #2205
    
----
commit da818d9eddd5d35e1f8892f68deae1af7d1c36ac
Author: Robert Metzger <[email protected]>
Date:   2016-07-06T10:13:21Z

    [FLINK-4137] Tell Akka to shut down the JVM on fatal errors

----


---
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.
---

Reply via email to