summaryzb opened a new pull request, #67: URL: https://github.com/apache/incubator-uniffle/pull/67
### What changes were proposed in this pull request? the behavior of buffer management and memory allocate 1.when adding a huge record to a partition where the buffer is not initialized, we only allocate `bufferSegmentSize` memory, however the release the real huge size memory after the buffer is sent 2.byte array will be fully used as possible to save memory ### Why are the changes needed? fix memory leak & improve buffer management ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? pass testing -- 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]
