You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tillrohrmann <gi...@git.apache.org> on 2015/02/14 23:46:07 UTC

[GitHub] flink pull request: [FLINK-1549] Adds proper exception handling to...

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 <tr...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-1549] Adds proper exception handling to...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-1549] Adds proper exception handling to...

Posted by tillrohrmann <gi...@git.apache.org>.
Github user tillrohrmann commented on the pull request:

    https://github.com/apache/flink/pull/397#issuecomment-74633582
  
    Ok, I'll merge it.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-1549] Adds proper exception handling to...

Posted by mxm <gi...@git.apache.org>.
Github user mxm commented on the pull request:

    https://github.com/apache/flink/pull/397#issuecomment-74511630
  
    Looks good. Very much needed for our YARN deployment.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-1549] Adds proper exception handling to...

Posted by rmetzger <gi...@git.apache.org>.
Github user rmetzger commented on the pull request:

    https://github.com/apache/flink/pull/397#issuecomment-74414852
  
    Changes look good.
    Thank you for taking care of this!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---