Michael Blow has posted comments on this change. Change subject: [ASTERIXDB-2121][HYR] Handle Throwables during job execution ......................................................................
Patch Set 1: Code-Review-2 It is undesired to catch non-Exceptions, as they can be critical VM conditions (such as out of memory). Uncaught exceptions should be handled by the uncaught exception handler, which attempts to log the exception and shutdown the process. -- To view, visit https://asterix-gerrit.ics.uci.edu/2051 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibbe09d5231fe2bdfa12d834bb1a6adb46b355a48 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Luo Chen <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-HasComments: No
