You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Blake Eggleston (Jira)" <ji...@apache.org> on 2019/09/30 19:49:00 UTC

[jira] [Created] (CASSANDRA-15340) Resource leak in CompressedSequentialWriter

Blake Eggleston created CASSANDRA-15340:
-------------------------------------------

             Summary: Resource leak in CompressedSequentialWriter
                 Key: CASSANDRA-15340
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15340
             Project: Cassandra
          Issue Type: Bug
            Reporter: Blake Eggleston


In CompressedSequentialWriter, we reallocate the {{compressed}} buffer if the existing buffer is not large enough. These buffers are usually direct byte buffers, and we don't explicitly release their memory here, which delays release until the buffer is gc'd



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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