You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/09/09 23:54:21 UTC

[jira] [Resolved] (REEF-1550) Clean up task exceptions in IMRU task hosts

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

Mariia Mykhailova resolved REEF-1550.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.16

Resolved via [PR 1113|https://github.com/apache/reef/pull/1113]

> Clean up task exceptions in IMRU task hosts
> -------------------------------------------
>
>                 Key: REEF-1550
>                 URL: https://issues.apache.org/jira/browse/REEF-1550
>             Project: REEF
>          Issue Type: Improvement
>            Reporter: Julia
>            Assignee: Julia
>              Labels: FT
>             Fix For: 0.16
>
>
> Assuming there are no bugs in the REEF/IMRU system, we would like to catch all known exceptions and converted them into the categories of IMRUTaskAppException(any exceptions caused by user code, is not recoverable) IMRUTaskGroupCommunicationException(exceptions caused by group communications, is recoverable) and IMRUTaskSystemException (any other system errors or transit errors and can be recover).
> As there might have new exceptions, we will leave the default as a recoverable exception. 
> Most of the code is already implemented in REEF-1251. We need to do a refactor/clean up. 



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