Skip to content

Conversation

cchung100m
Copy link
Collaborator

What changes were proposed in this pull request?

Fix IllegalReferenceCountException about ShuffleBlockInfo

Why are the changes needed?

for #2517

Does this PR introduce any user-facing change?

No.

How was this patch tested?

current UT

@cchung100m cchung100m self-assigned this Oct 9, 2025
Copy link

github-actions bot commented Oct 9, 2025

Test Results

 3 130 files  ±0   3 130 suites  ±0   6h 47m 42s ⏱️ - 3m 29s
 1 206 tests ±0   1 205 ✅ ±0   1 💤 ±0  0 ❌ ±0 
15 274 runs  ±0  15 259 ✅ ±0  15 💤 ±0  0 ❌ ±0 

Results for commit d56afd3. ± Comparison against base commit 4805d13.

@cchung100m cchung100m marked this pull request as ready for review October 10, 2025 04:12
@cchung100m cchung100m requested a review from zuston October 10, 2025 04:13
List<ShuffleBlock> shuffleBlocks = Lists.newArrayList();
int partitionRequireSize = 0;
for (ShuffleBlockInfo sbi : ptb.getValue()) {
if (sbi.getData().refCnt() == 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may not safe, I think the fast fail will be better than slient sucess.
But for this case, I haven't found the root cause about this.

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.

2 participants