andreipaduroiu commented on issue #2497: URL: https://github.com/apache/bookkeeper/issues/2497#issuecomment-734472809
We generate a CompositeByteBuf for every write using unique heap buffers backed by byte arrays. We never reuse the buffers or underlying arrays, nor do we touch those buffers again after creating them and sending them to the BK client. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
