BewareMyPower commented on pull request #10330: URL: https://github.com/apache/pulsar/pull/10330#issuecomment-825590429
It looks like the heap memory problem is a BK side problem. I doubt that when `LedgerHandle#asyncAddEntry(ByteBuf data, AddCallback cb, Object ctx)` accepts a `CompositeByteBuf` as the `data`, it will finally concat `CompositeByteBuf`'s buffers to a single buffer in heap memory. -- 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]
