[jira] [Commented] (FLINK-1549) Add proper exception handling for YarnJobManager

2015-02-17 Thread ASF GitHub Bot (JIRA)

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

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

Github user tillrohrmann commented on the pull request:

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


 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)


[jira] [Commented] (FLINK-1549) Add proper exception handling for YarnJobManager

2015-02-17 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


 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)


[jira] [Commented] (FLINK-1549) Add proper exception handling for YarnJobManager

2015-02-16 Thread ASF GitHub Bot (JIRA)

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

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

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.


 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)


[jira] [Commented] (FLINK-1549) Add proper exception handling for YarnJobManager

2015-02-15 Thread ASF GitHub Bot (JIRA)

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

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

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!


 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)


[jira] [Commented] (FLINK-1549) Add proper exception handling for YarnJobManager

2015-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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)