Michael Blow has posted comments on this change. Change subject: [NO ISSUE][ING] Make resume attempt on the same suspend/resume thread ......................................................................
Patch Set 1: (5 comments) https://asterix-gerrit.ics.uci.edu/#/c/2104/1/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/active/ActiveEntityEventsListener.java File asterixdb/asterix-app/src/main/java/org/apache/asterix/app/active/ActiveEntityEventsListener.java: PS1, Line 508: } catch (InterruptedException e) { : LOGGER.log(Level.WARNING, "Failure while attempting to resume " + entityId, e); : Thread.currentThread().interrupt(); : throw HyracksDataException.create(e); : remove Line 513: LOGGER.log(Level.WARNING, "Failure while attempting to resume " + entityId, e); add something indicating will attempt to recovery https://asterix-gerrit.ics.uci.edu/#/c/2104/1/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/active/RecoveryTask.java File asterixdb/asterix-app/src/main/java/org/apache/asterix/app/active/RecoveryTask.java: PS1, Line 82: Void /void/ PS1, Line 83: , InterruptedException remove PS1, Line 115: return null; remove -- To view, visit https://asterix-gerrit.ics.uci.edu/2104 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Icc801923b167862286a5104b199cdc43e76096c8 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-HasComments: Yes
