Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2259] fix(server) dataLength of ShuffleBufferWithLinkedList not cle…
…ar after toFlushEvent (#2260) Co-authored-by: wenlongwlli <[email protected]> ### What changes were proposed in this pull request? The private variable dataLength of ShuffleBufferWithLinkedList will be cleared after toFlushEvent. ### Why are the changes needed? The private variable dataLength of ShuffleBufferWithLinkedList not be cleared after toFlushEvent. Fix: #2259 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tested by UT.
- Loading branch information