[
https://issues.apache.org/jira/browse/FLINK-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321608#comment-14321608
]
Till Rohrmann commented on FLINK-1543:
--------------------------------------
You're totally right Henry. I'll be more patient the next time and better check
my mailbox.
It is just the case that at the moment Stephan and I are working on the same
components which somehow makes us always wait for the other in order to rebase
our work. I just wanted to bring this rather smaller bugfix PR into the master
so that Stephan does not have to wait for me.
> 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)