You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael Blow (JIRA)" <ji...@apache.org> on 2016/05/18 06:26:12 UTC

[jira] [Created] (ASTERIXDB-1453) Exceptions handling in *DB needs to be overhauled

Michael Blow created ASTERIXDB-1453:
---------------------------------------

             Summary: Exceptions handling in *DB needs to be overhauled
                 Key: ASTERIXDB-1453
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1453
             Project: Apache AsterixDB
          Issue Type: Improvement
            Reporter: Michael Blow


Exceptions in *DB have a number of issues affecting correct error handling, code maintenance, and clarity.

Issues include:
- InterruptedExceptions are often ignored or treated like handleable exceptions
- Convoluted number of exception classes / hierarchies
- HyracksException extends IOException, which is probably confusing
- Catching of Throwable



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