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-44704][CORE] Cleanup files from host node after migration due to graceful decommissioning #42391

Closed

Conversation

Deependra-Patel
Copy link

What changes were proposed in this pull request?

Deleting files on executor exit when migration is enabled

Why are the changes needed?

  1. This will release extra disk space on the node reducing the failures due to disk running out of space
  2. If there is no shuffle data then YARN can decommission the node right away. Needs this other PR to be merged to expose this metric to YARN [SPARK-44209] Expose amount of shuffle data available on the node #42071

Does this PR introduce any user-facing change?

No

How was this patch tested?

Tested manually.
Will add unit tests once we get traction on this PR

@github-actions github-actions bot added the CORE label Aug 8, 2023
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Nov 17, 2023
@github-actions github-actions bot closed this Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant