void-ptr974 commented on PR #26135:
URL: https://github.com/apache/pulsar/pull/26135#issuecomment-4875805752

   The functional fix looks good now. One issue in the new test: `payload0` and 
`payload1` are created with `MessagePayloadImpl.create(...)` but are never 
released. `getMessageAt(...)` only releases the retained buffer it creates 
internally, not the original `MessagePayloadImpl`, so this test leaks 
ref-counted buffers.


-- 
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]

Reply via email to