You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "jtgrabowski (via GitHub)" <gi...@apache.org> on 2023/03/09 11:42:24 UTC

[GitHub] [cassandra] jtgrabowski opened a new pull request, #2206: CASSANDRA-18311 fix BufferPool.memoryInUse counter

jtgrabowski opened a new pull request, #2206:
URL: https://github.com/apache/cassandra/pull/2206

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


-- 
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-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] jacek-lewandowski closed pull request #2206: CASSANDRA-18311 fix BufferPool.memoryInUse counter

Posted by "jacek-lewandowski (via GitHub)" <gi...@apache.org>.
jacek-lewandowski closed pull request #2206: CASSANDRA-18311 fix BufferPool.memoryInUse counter
URL: https://github.com/apache/cassandra/pull/2206


-- 
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-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org