You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Josh McKenzie (Jira)" <ji...@apache.org> on 2021/11/29 16:23:00 UTC

[jira] [Created] (CASSANDRA-17174) Harden resource management on SSTable components to prevent further leaks

Josh McKenzie created CASSANDRA-17174:
-----------------------------------------

             Summary: Harden resource management on SSTable components to prevent further leaks
                 Key: CASSANDRA-17174
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17174
             Project: Cassandra
          Issue Type: Improvement
          Components: Local/SSTable
            Reporter: Josh McKenzie
            Assignee: Josh McKenzie


We've seen resource leaks pop up w/histogram overflows repeatedly; the code in {{BigTableWriter.openEarly()}} and {{BigTableWriter.openFinal()}} doesn't appropriately catch and handle any exceptions during creation before things are registered with a {{LifecycleTransaction}} so any errors there will leak.

We should clean that up.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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