You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2016/08/31 22:01:20 UTC

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

Julia created REEF-1550:
---------------------------

             Summary: 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


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)