Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-20358] [core] Executors failing stage on interrupted exception thrown by cancelled tasks #17659

Closed
wants to merge 1 commit into from

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Apr 17, 2017

What changes were proposed in this pull request?

This was a regression introduced by my earlier PR here: #17531

It turns out NonFatal() does not in fact catch InterruptedException.

How was this patch tested?

Extended cancellation unit test coverage. The first test fails before this patch.

cc @JoshRosen @mridulm

@SparkQA
Copy link

SparkQA commented Apr 17, 2017

Test build #75861 has finished for PR 17659 at commit 607e11a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@ericl
Copy link
Contributor Author

ericl commented Apr 19, 2017

Ping.

@yhuai
Copy link
Contributor

yhuai commented Apr 20, 2017

lgtm. Merging to master and branch-2.2.

asfgit pushed a commit that referenced this pull request Apr 20, 2017
…thrown by cancelled tasks

## What changes were proposed in this pull request?

This was a regression introduced by my earlier PR here: #17531

It turns out NonFatal() does not in fact catch InterruptedException.

## How was this patch tested?

Extended cancellation unit test coverage. The first test fails before this patch.

cc JoshRosen mridulm

Author: Eric Liang <[email protected]>

Closes #17659 from ericl/spark-20358.

(cherry picked from commit b2ebadf)
Signed-off-by: Yin Huai <[email protected]>
@asfgit asfgit closed this in b2ebadf Apr 20, 2017
jzhuge pushed a commit to jzhuge/spark that referenced this pull request Aug 20, 2018
…thrown by cancelled tasks

This was a regression introduced by my earlier PR here: apache#17531

It turns out NonFatal() does not in fact catch InterruptedException.

Extended cancellation unit test coverage. The first test fails before this patch.

cc JoshRosen mridulm

Author: Eric Liang <[email protected]>

Closes apache#17659 from ericl/spark-20358.
peter-toth pushed a commit to peter-toth/spark that referenced this pull request Oct 6, 2018
…thrown by cancelled tasks

## What changes were proposed in this pull request?

This was a regression introduced by my earlier PR here: apache#17531

It turns out NonFatal() does not in fact catch InterruptedException.

## How was this patch tested?

Extended cancellation unit test coverage. The first test fails before this patch.

cc JoshRosen mridulm

Author: Eric Liang <[email protected]>

Closes apache#17659 from ericl/spark-20358.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants