Skip to content

[#2545] feat: Align with spark executor cores on overlapping compression #2548

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

Merged
merged 1 commit into from
Jul 23, 2025

Conversation

zuston
Copy link
Member

@zuston zuston commented Jul 21, 2025

What changes were proposed in this pull request?

Make the overlapping compression threads pool's threads number aligned with the spark executor vcores by the ratio of per vcore.

Why are the changes needed?

Compression is a computing sensitive workload, we'd better to obey the rule of vcores allocation.

Does this PR introduce any user-facing change?

Yes.
rss.client.write.overlappingCompressionThreadsPerVcore = -1

How was this patch tested?

existing unit tests.

Copy link

Test Results

 3 082 files  ±0   3 082 suites  ±0   6h 47m 58s ⏱️ - 1m 5s
 1 191 tests ±0   1 190 ✅ +1   1 💤 ±0  0 ❌  - 1 
15 100 runs  ±0  15 085 ✅ +1  15 💤 ±0  0 ❌  - 1 

Results for commit 1873aaf. ± Comparison against base commit f1323ab.

@zuston zuston merged commit f57eabe into apache:master Jul 23, 2025
41 checks passed
@zuston zuston deleted the overlappingCompressionTheads branch July 23, 2025 09:29
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.

[FEATURE] Make overlapping compression thread pool number aligned with the spark executor cores
2 participants