You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/02/14 18:12:11 UTC

[jira] [Closed] (FLINK-1543) Proper exception handling in actors

     [ https://issues.apache.org/jira/browse/FLINK-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-1543.
--------------------------------
    Resolution: Fixed

Fixed in 589b539c5acdd25f53ef6c9a453198a960ba93d5

> 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)