>From Ritik Raj <[email protected]>: Attention is currently required from: Ali Alsuliman, Michael Blow.
Ritik Raj has posted comments on this change by Ritik Raj. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20967?usp=email ) Change subject: [NO ISSUE][HYR] Fix NPE in AbstractIoOperation and improve cloud interrupt handling ...................................................................... Patch Set 6: (3 comments) Commit Message: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20967/comment/703283f8_50daf236?usp=email : PS5, Line 22: suppressed teardown exceptions. This NPE masked the true state of the system. : : Furthermore, CloudRetryableRequestUtil failed to recognize the AWS SDK's : AbortedException as a standard interrupt, causing it to violently rethrow > fix word wrap Done File hyracks-fullstack/hyracks/hyracks-cloud/src/main/java/org/apache/hyracks/cloud/util/CloudRetryableRequestUtil.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20967/comment/375ea65a_398920aa?usp=email : PS5, Line 114: // won't clear the interrupted status, just check it : boolean currentCycleInterrupted = Thread.currentThread().isInterrupted(); : // First, clear the interrupted flag : interrupted |= Thread.interrupted(); : if (ExceptionUtils.causedByInterrupt(e) || currentCycleInterrupted) { : > ```suggestion […] Done File hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractIoOperation.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20967/comment/165d8b63_aea40789?usp=email : PS5, Line 99: if (failure == null) { : failure = hde; : } else { : getFailure().addSuppressed(hde); : } > we have a util method which does this, `failure = ExceptionUtils. […] Done -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20967?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: If36c1336f8e8377f2d410c8878d168f1209bcf87 Gerrit-Change-Number: 20967 Gerrit-PatchSet: 6 Gerrit-Owner: Ritik Raj <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Ritik Raj <[email protected]> Gerrit-CC: Anon. E. Moose #1000171 Gerrit-CC: Murtadha Hubail <[email protected]> Gerrit-Attention: Ali Alsuliman <[email protected]> Gerrit-Attention: Michael Blow <[email protected]> Gerrit-Comment-Date: Thu, 12 Mar 2026 18:55:09 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: Michael Blow <[email protected]>
