Skip to content

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 <ekl@databricks.com>

Closes #17659 from ericl/spark-20358.

(cherry picked from commit b2ebadf)
Signed-off-by: Yin Huai <yhuai@databricks.com>
@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 <ekl@databricks.com>

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 <ekl@databricks.com>

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