Skip to content

[SPARK-56028][CORE] Fix shuffle block GC not cleanup checksum file#54857

Open
CavemanIV wants to merge 2 commits intoapache:masterfrom
CavemanIV:SPARK-56028
Open

[SPARK-56028][CORE] Fix shuffle block GC not cleanup checksum file#54857
CavemanIV wants to merge 2 commits intoapache:masterfrom
CavemanIV:SPARK-56028

Conversation

@CavemanIV
Copy link
Contributor

What changes were proposed in this pull request?

Followup SPARK-37618

When periodical cleanup triggers on executor block files GC, delete checksum files as well

Why are the changes needed?

Helps reduce small files on executor when dynamic executor allocation is enabled. As shuffle related .data and .index are deleted already, no need to keep .checksum

Does this PR introduce any user-facing change?

No

How was this patch tested?

Manually test on internal cluster

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

No

@LuciferYang LuciferYang changed the title [SPARK-56028][Core] fix shuffle block GC not cleanup checksum file [SPARK-56028][CORE] fix shuffle block GC not cleanup checksum file Mar 17, 2026
@CavemanIV CavemanIV changed the title [SPARK-56028][CORE] fix shuffle block GC not cleanup checksum file [SPARK-56028][CORE] Fix shuffle block GC not cleanup checksum file Mar 17, 2026
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.

1 participant