Skip to content

Commit

Permalink
Cancel should not interrupt current thread (apache#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored and tkobayas committed Dec 14, 2023
1 parent a8ea03d commit 72d7f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public void run() {
run();
} finally {
if (removeAtExecution) {
cancelJob(id, true);
cancelJob(id, false);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"errors": [
{
"name": "callbackError",
"code": "java.lang.Exception"
"code": "java.io.IOException"
}
],
"functions": [
Expand Down

0 comments on commit 72d7f6f

Please sign in to comment.