[ 
https://issues.apache.org/jira/browse/FLINK-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321741#comment-14321741
 ] 

ASF GitHub Bot commented on FLINK-1549:
---------------------------------------

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

----


> Add proper exception handling for YarnJobManager
> ------------------------------------------------
>
>                 Key: FLINK-1549
>                 URL: https://issues.apache.org/jira/browse/FLINK-1549
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>
> The YarnJobManager actor thread calls methods which can throw an exception. 
> These exceptions should be caught and properly handled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to