[
https://issues.apache.org/jira/browse/ASTERIXDB-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944603#comment-17944603
]
ASF subversion and git services commented on ASTERIXDB-3570:
------------------------------------------------------------
Commit 04de27152ceceb9cbb9063c6b15816bf00e1c516 in asterixdb's branch
refs/heads/master from Murtadha Makki Al Hubail
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=04de27152c ]
[ASTERIXDB-3570][RT] Re-interrupt running threads on tasks cancelation
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Re-interrupt running threads on tasks cancelation when threads
don't finish within some period of time.
Ext-ref: MB-65432
Change-Id: I7d056402343e9f80610fef88fda8ca3cda729f04
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19469
Reviewed-by: Michael Blow <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Michael Blow <[email protected]>
> Job tasks wait indefinitely on ignored interrupts
> -------------------------------------------------
>
> Key: ASTERIXDB-3570
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3570
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: RT - Runtime
> Affects Versions: 0.9.10
> Reporter: Murtadha Makki Al Hubail
> Assignee: Murtadha Makki Al Hubail
> Priority: Major
> Labels: triaged
> Fix For: 0.9.10
>
>
> When the tasks of a job are aborted, their threads are interrupted. If any
> thread ignores that interrupt, it will never get interrupted again. We should
> try to re-interrupt any running threads after some period of time.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)