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)