netudima opened a new pull request, #4262: URL: https://github.com/apache/cassandra/pull/4262
Before the fix during a capacity extension BufferPoolAllocator returned to BufferPool a sliced ByteBuffer wrapper object instead of the originally allocated one, so the ByteBuffer was not recycled by BufferPool Adjust BufferPoolAllocatorTest to test the ByteBuf capacity extension with a real BufferPool behaviuor Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20753 -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org