michaeljmarshall commented on issue #9725: URL: https://github.com/apache/pulsar/issues/9725#issuecomment-787403057
@seeday - can you confirm that you're using transactions? That is where I found the memory leak that will be fixed in #9751. > The last trace in the attached logs is the most interesting, since it points directly to pulsar code. This was accurate, thanks for the pointer. I believe this fix may take care of the whole memory leak because the first stack traces all reference the `BookieProtoEncoding$ResponseDecoder`. Given that this fix calls `release` on an entry decoded from a bookie, it's possible that the other errors are all related to the entry now fixed in #9751 ---------------------------------------------------------------- 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]
