fix(spark): potential hang with skipped segments on overlapping decompression #2745
Merged
zuston merged 5 commits intoapache:masterfrom Mar 27, 2026
Merged
fix(spark): potential hang with skipped segments on overlapping decompression #2745zuston merged 5 commits intoapache:masterfrom
zuston merged 5 commits intoapache:masterfrom
Conversation
Member
Author
|
cc @wForget |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2745 +/- ##
============================================
+ Coverage 50.76% 50.95% +0.18%
- Complexity 3318 3340 +22
============================================
Files 533 533
Lines 25808 25918 +110
Branches 2354 2363 +9
============================================
+ Hits 13102 13206 +104
- Misses 11855 11856 +1
- Partials 851 856 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test Results 3 185 files + 33 3 185 suites +33 6h 53m 18s ⏱️ + 3m 17s For more details on these failures, see this check. Results for commit 390ea25. ± Comparison against base commit b80940d. ♻️ This comment has been updated with latest results. |
wForget
approved these changes
Mar 26, 2026
wForget
reviewed
Mar 26, 2026
client/src/main/java/org/apache/uniffle/client/impl/DecompressionWorker.java
Outdated
Show resolved
Hide resolved
roryqi
previously approved these changes
Mar 26, 2026
3 tasks
roryqi
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
fix the PR #2735
Why are the changes needed?
Does this PR introduce any user-facing change?
No.
How was this patch tested?