You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments