franz1981 edited a comment on issue #2832: ARTEMIS-2482 Large messages could 
leak native ByteBuffers
URL: https://github.com/apache/activemq-artemis/pull/2832#issuecomment-530284944
 
 
   @wy96f Yes and no :)
   They would leak (at first look, but let me take a better look), but they 
would contain just wrappers to direct memory that cannot be released (is part 
of the pool) and no cleaner (so they won't collect anything, when contains 
ByteBuffers). The impact should be way less then `IOUtil` that pool native 
`ByteBuffer`s holding exclusively native memory that won't be reused anymore...

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to