[#2601][FOLLOWUP] fix(spark): Release segmentPermits first to avoid deadlock#2737
Merged
zuston merged 1 commit intoapache:masterfrom Mar 5, 2026
Merged
[#2601][FOLLOWUP] fix(spark): Release segmentPermits first to avoid deadlock#2737zuston merged 1 commit intoapache:masterfrom
zuston merged 1 commit intoapache:masterfrom
Conversation
Member
Author
|
cc @zuston |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2737 +/- ##
=============================================
+ Coverage 0 50.82% +50.82%
- Complexity 0 3327 +3327
=============================================
Files 0 537 +537
Lines 0 25843 +25843
Branches 0 2357 +2357
=============================================
+ Hits 0 13134 +13134
- Misses 0 11861 +11861
- Partials 0 848 +848 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test Results 3 151 files + 2 401 3 151 suites +2 401 6h 38m 25s ⏱️ + 1h 58m 33s For more details on these errors, see this check. Results for commit d9dfc71. ± Comparison against base commit b324cc3. |
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?
Release segmentPermits first to avoid deadlock
Why are the changes needed?
#2601 caused ShuffleReadClientImplTest to hang, see https://github.com/apache/uniffle/actions/runs/22700481546/job/65816264462?pr=2736
Threads dump:
Does this PR introduce any user-facing change?
No.
How was this patch tested?