Skip to content

Conversation

@zsxwing
Copy link
Member

@zsxwing zsxwing commented Feb 21, 2018

What changes were proposed in this pull request?

The root cause of missing completed stages is because cleanupStages will never remove skipped stages.

This PR changes the logic to always remove skipped stage first. This is safe since the job itself contains enough information to render skipped stages in the UI.

How was this patch tested?

The new unit tests.

@zsxwing
Copy link
Member Author

zsxwing commented Feb 21, 2018

cc @vanzin

@vanzin
Copy link
Contributor

vanzin commented Feb 21, 2018

LGTM pending tests.

@SparkQA
Copy link

SparkQA commented Feb 22, 2018

Test build #87602 has finished for PR 20656 at commit 82e7dda.

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

@gatorsmile
Copy link
Member

Thanks! Merged to master/2.3

asfgit pushed a commit that referenced this pull request Feb 22, 2018
…d stages

## What changes were proposed in this pull request?

The root cause of missing completed stages is because `cleanupStages` will never remove skipped stages.

This PR changes the logic to always remove skipped stage first. This is safe since  the job itself contains enough information to render skipped stages in the UI.

## How was this patch tested?

The new unit tests.

Author: Shixiong Zhu <[email protected]>

Closes #20656 from zsxwing/SPARK-23475.

(cherry picked from commit 45cf714)
Signed-off-by: gatorsmile <[email protected]>
@asfgit asfgit closed this in 45cf714 Feb 22, 2018
@zsxwing zsxwing deleted the SPARK-23475 branch February 22, 2018 09:05
peter-toth pushed a commit to peter-toth/spark that referenced this pull request Oct 6, 2018
…d stages

## What changes were proposed in this pull request?

The root cause of missing completed stages is because `cleanupStages` will never remove skipped stages.

This PR changes the logic to always remove skipped stage first. This is safe since  the job itself contains enough information to render skipped stages in the UI.

## How was this patch tested?

The new unit tests.

Author: Shixiong Zhu <[email protected]>

Closes apache#20656 from zsxwing/SPARK-23475.

(cherry picked from commit 45cf714)
Signed-off-by: gatorsmile <[email protected]>
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.

4 participants