Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Potenial memory leak when encountering disk unhealthy (#370)
### What changes were proposed in this pull request? Fix potential memory leak when encountering disk unhealthy ### Why are the changes needed? When encountering disk unhealthy and exceed the timeout of pendingDataShuffleFlushEvent, it will release memory. But in current codebase, it wont release the data reference and cause the memory leak. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No need.
- Loading branch information