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

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

Github user tillrohrmann commented on the pull request:

    https://github.com/apache/flink/pull/394#issuecomment-74385078
  
    @hsaputra, sorry I did not see your comments before I committed the PR. I 
started merging it yesterday but it always failed because of some minor issues 
on Travis. Therefore, I only looked at the Travis results. Won't happen again.
    
    You're right that the extra spaces are missing. Good catch. I'll add them 
with my next commit.


> Proper exception handling in actors
> -----------------------------------
>
>                 Key: FLINK-1543
>                 URL: https://issues.apache.org/jira/browse/FLINK-1543
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Till Rohrmann
>
> With Akka's actors it is important to not throw exceptions in the actor 
> thread, if one does not want that the actor restarts or stops. Many of the 
> Java components which are called from the actor's receive method throw 
> exceptions which are not properly handled by the actor thread. Therefore, we 
> have to catch these exceptions and handle them properly. 



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

Reply via email to