Skip to content

[SPARK-20788][Core]Fix the Executor task reaper's false alarm warning logs#18021

Closed
zsxwing wants to merge 1 commit intoapache:masterfrom
zsxwing:SPARK-20788
Closed

[SPARK-20788][Core]Fix the Executor task reaper's false alarm warning logs#18021
zsxwing wants to merge 1 commit intoapache:masterfrom
zsxwing:SPARK-20788

Conversation

@zsxwing
Copy link
Copy Markdown
Member

@zsxwing zsxwing commented May 17, 2017

What changes were proposed in this pull request?

Executor task reaper may fail to detect if a task is finished or not when a task is finishing but being killed at the same time.

The fix is pretty easy, just flip the "finished" flag when a task is successful.

How was this patch tested?

Jenkins

@zsxwing
Copy link
Copy Markdown
Member Author

zsxwing commented May 17, 2017

cc @JoshRosen

@JoshRosen
Copy link
Copy Markdown
Contributor

LGTM. Nice catch!

@SparkQA
Copy link
Copy Markdown

SparkQA commented May 17, 2017

Test build #77028 has finished for PR 18021 at commit 0cac197.

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

@zsxwing
Copy link
Copy Markdown
Member Author

zsxwing commented May 17, 2017

Thanks! Merging to master and 2.2.

@asfgit asfgit closed this in f8e0f0f May 17, 2017
asfgit pushed a commit that referenced this pull request May 17, 2017
…g logs

## What changes were proposed in this pull request?

Executor task reaper may fail to detect if a task is finished or not when a task is finishing but being killed at the same time.

The fix is pretty easy, just flip the "finished" flag when a task is successful.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #18021 from zsxwing/SPARK-20788.

(cherry picked from commit f8e0f0f)
Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
@zsxwing zsxwing deleted the SPARK-20788 branch May 17, 2017 21:22
robert3005 pushed a commit to palantir/spark that referenced this pull request May 19, 2017
…g logs

## What changes were proposed in this pull request?

Executor task reaper may fail to detect if a task is finished or not when a task is finishing but being killed at the same time.

The fix is pretty easy, just flip the "finished" flag when a task is successful.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes apache#18021 from zsxwing/SPARK-20788.
lycplus pushed a commit to lycplus/spark that referenced this pull request May 24, 2017
…g logs

## What changes were proposed in this pull request?

Executor task reaper may fail to detect if a task is finished or not when a task is finishing but being killed at the same time.

The fix is pretty easy, just flip the "finished" flag when a task is successful.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes apache#18021 from zsxwing/SPARK-20788.
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