leixm opened a new pull request, #899: URL: https://github.com/apache/incubator-uniffle/pull/899
### What changes were proposed in this pull request? The ByteBuf.release() of the block should be called after clearInFlushBuffer is called, otherwise there will be a certain probability of IllegalReferenceCountException at `ShuffleBuffer#updateShuffleData -> data.addComponent(true, block.getData().retain());` 1.Fix IllegalReferenceCountException, 2.Added ByteBuf.release() when remove resources. ### Why are the changes needed? Fix: #133 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? existing UTs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
