GitHub user tillrohrmann opened a pull request:

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

    [FLINK-1549] Adds proper exception handling to YarnJobManager

    Adds proper exception handling to ```YarnJobManager``` by catching the 
thrown exceptions and sending a 
```StopYarnSession(FinalApplicationStatus.FAILED)``` message to itself. This 
message will shutdown the JobManager and the corresponding ```ActorSystem```.
    
    @rmetzger could you take a look at the changes?

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

    $ git pull https://github.com/tillrohrmann/flink yarnExceptions

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

    https://github.com/apache/flink/pull/397.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 #397
    
----
commit 7fa65233cd068779ffd8518d40d9547857042d34
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2015-02-14T22:36:45Z

    [FLINK-1549] [yarn] Adds proper exception handling to YarnJobManager

----


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

Reply via email to