>From Ali Alsuliman <[email protected]>:
Attention is currently required from: Murtadha Hubail, Ali Alsuliman.
Hello Murtadha Hubail, Jenkins, Michael Blow, Anon. E. Moose #1000171,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19465
to look at the new patch set (#3).
Change subject: [NO ISSUE][HYR] Keep trying to cancel job tasks
......................................................................
[NO ISSUE][HYR] Keep trying to cancel job tasks
- user model changes: no
- storage format changes: no
- interface changes: no
When cancelling a job's tasks by interrupting them, sometimes a task
would not respond to the interrupt and continues to work/wait causing
the job cancellation to get stuck. Typically, a task should respond to
the interrupt, however there have been cases where the interrupt status
is cleared due to some ill parts of the task. To account for such cases,
keep trying to cancel the tasks to set the interrupt status again.
Log warning since this is typically a code issue.
Ext-ref: MB-65432
Change-Id: I51fccbceeed0222aeedbaa7b6f138f3ed3e7c44d
---
M
hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/rewriter/runtime/SuperActivityOperatorNodePushable.java
1 file changed, 56 insertions(+), 3 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/65/19465/3
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19465
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings
Gerrit-Project: asterixdb
Gerrit-Branch: ionic
Gerrit-Change-Id: I51fccbceeed0222aeedbaa7b6f138f3ed3e7c44d
Gerrit-Change-Number: 19465
Gerrit-PatchSet: 3
Gerrit-Owner: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-Reviewer: Murtadha Hubail <[email protected]>
Gerrit-Attention: Murtadha Hubail <[email protected]>
Gerrit-Attention: Ali Alsuliman <[email protected]>
Gerrit-MessageType: newpatchset