Jaroslaw Grabowski created CASSANDRA-18311:
----------------------------------------------

             Summary: BufferPool incorectly counts memoryInUse when 
putUnusedPortion is used
                 Key: CASSANDRA-18311
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18311
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jaroslaw Grabowski


The counter is incorrectly decremented by the size of the unused portion of the 
provided buffer.
It should be decremented by the number of bytes actually returned to the pool 
(that may be different than "size"). The number should be calculated as a 
difference between original and resulting buffer capacity.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to