maobaolong opened a new issue, #1930: URL: https://github.com/apache/incubator-uniffle/issues/1930
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug <img width="1162" alt="image" src="https://github.com/user-attachments/assets/486f84d8-9404-47b1-a1c0-c3aa84ce2aa1"> ### Affects Version(s) master ### Uniffle Server Log Output ```logtalk [2024-07-16 23:01:44.207] [clearResourceThread] [ERROR] ShuffleTaskManager.lambda$new$0 - Exception happened when clearing resource for expired application for appId: application_1703049085550_16029583_1721141940549 io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1 at io.netty.util.internal.ReferenceCountUpdater.toLiveRealRefCnt(ReferenceCountUpdater.java:83) at io.netty.util.internal.ReferenceCountUpdater.release(ReferenceCountUpdater.java:148) at io.netty.buffer.AbstractReferenceCountedByteBuf.release(AbstractReferenceCountedByteBuf.java:101) at io.netty.buffer.WrappedByteBuf.release(WrappedByteBuf.java:1037) at io.netty.buffer.SimpleLeakAwareByteBuf.release(SimpleLeakAwareByteBuf.java:102) at io.netty.buffer.AdvancedLeakAwareByteBuf.release(AdvancedLeakAwareByteBuf.java:942) at org.apache.uniffle.server.buffer.ShuffleBufferWithSkipList.lambda$release$2(ShuffleBufferWithSkipList.java:115) at java.lang.Iterable.forEach(Iterable.java:75) at org.apache.uniffle.server.buffer.ShuffleBufferWithSkipList.release(ShuffleBufferWithSkipList.java:115) at org.apache.uniffle.server.buffer.ShuffleBufferManager.removeBufferByShuffleId(ShuffleBufferManager.java:721) at org.apache.uniffle.server.buffer.ShuffleBufferManager.removeBuffer(ShuffleBufferManager.java:371) at org.apache.uniffle.server.ShuffleTaskManager.removeResources(ShuffleTaskManager.java:850) at org.apache.uniffle.server.ShuffleTaskManager.lambda$new$0(ShuffleTaskManager.java:190) at java.lang.Thread.run(Thread.java:750) ``` ``` ### Uniffle Engine Log Output _No response_ ### Uniffle Server Configurations _No response_ ### Uniffle Engine Configurations _No response_ ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
