cxzl25 opened a new pull request, #2663: URL: https://github.com/apache/celeborn/pull/2663
### What changes were proposed in this pull request? This PR aims to fix a possible memory leak in ShuffleWriter. Introduce a private abort method, which can be called to release memory when an exception occurs. ### Why are the changes needed? Https://github.com/apache/celeborn/pull/2661 Call the close method in the finally block, but the close method has `shuffleClient.mapperEnd`, which is dangerous for incomplete tasks, and the data may be inaccurate. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA -- 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]
