Skip to content

[SPARK-52506][CORE] Allow migrating to fallback storage only #51201

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

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

Conversation

EnricoMi
Copy link
Contributor

What changes were proposed in this pull request?

Allow to disable shuffle data migration to other executors thus only migrate shuffle data to fallback storage.

Why are the changes needed?

Currently, even though fallback storage is enabled, shuffle data are migrated to other executors first. This causes shuffle data to be migrated multiple times. Only when no other executor is available for migration, shuffle data are migrated to the fallback storage. There should be a mode of operation where executors migrate there shuffle data to the fallback storage only, so there the data is migrated exactly once.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Unit test and manual test via reproduction example.

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

No

@github-actions github-actions bot added the CORE label Jun 17, 2025
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-52506][K8S] Allow migrating to fallback storage only [SPARK-52506][CORE] Allow migrating to fallback storage only Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant