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-47764][FOLLOW-UP][WIP] Change to use ShuffleDriverComponents.removeShuffle to remove shuffle properly #46302

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bozhang2820
Copy link
Contributor

What changes were proposed in this pull request?

This is a follow-up for #45930, where we introduced ShuffleCleanupMode and implemented cleaning up of shuffle dependencies.

There was a bug where ShuffleManager.unregisterShuffle was used on Driver, and in non-local mode it is not effective at all. This change fixed the bug by changing to use ShuffleDriverComponents.removeShuffle instead.

Why are the changes needed?

This is to address the comments in #45930 (comment)

Does this PR introduce any user-facing change?

No

How was this patch tested?

TBD

Was this patch authored or co-authored using generative AI tooling?

No

@dongjoon-hyun
Copy link
Member

Could you re-trigger CI, @bozhang2820 ?

@dongjoon-hyun dongjoon-hyun marked this pull request as draft May 7, 2024 16:11
@dongjoon-hyun
Copy link
Member

dongjoon-hyun commented May 7, 2024

To prevent accidental merging, I converted this to Draft PR because the CI is broken and the PR title has [WIP].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants