Hello Anon. E. Moose #1000171, Jenkins, I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/2639 to look at the new patch set (#4). Change subject: [NO ISSUE][RT] Make start and cancel job uninterruptible ...................................................................... [NO ISSUE][RT] Make start and cancel job uninterruptible - user model changes: no - storage format changes: no - interface changes: no Details: - Previously, a Hyracks data connection that starts a job might be interrupted before it receives the job id. This would leak resources since that job will run even though, no one is going to read its result. - Similarly, job cancellation can be interrupted and so the job which was meant to be cancelled will continue running. - To avoid this, a new thread is added to Hyracks Client Connection which takes care of starting and cancelling of jobs. The thread submitting these requests will be un-interruptible until those calls return. Change-Id: I27b2aaae902b19829bd2df2ae04c5e704f5ca8e8 --- M asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/indexing/IndexingScheduler.java M asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/util/HDFSUtils.java M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/client/HyracksConnection.java M hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/ExitUtil.java 4 files changed, 197 insertions(+), 16 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/39/2639/4 -- To view, visit https://asterix-gerrit.ics.uci.edu/2639 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I27b2aaae902b19829bd2df2ae04c5e704f5ca8e8 Gerrit-PatchSet: 4 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <bamou...@gmail.com> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu> Gerrit-Reviewer: Michael Blow <mb...@apache.org> Gerrit-Reviewer: Murtadha Hubail <mhub...@apache.org> Gerrit-Reviewer: Till Westmann <ti...@apache.org> Gerrit-Reviewer: abdullah alamoudi <bamou...@gmail.com>