Josh McKenzie created CASSANDRA-17931:
-----------------------------------------

             Summary: Augment our disk space checks for compaction
                 Key: CASSANDRA-17931
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17931
             Project: Cassandra
          Issue Type: Improvement
          Components: Local/Compaction
            Reporter: Josh McKenzie
            Assignee: Josh McKenzie


There are a few things we can augment in how we handle compactions locally to 
improve upon the very simple "keep X Mebibytes free on disk" we currently have:
 # Allow specification of free space available in percent rather than raw size
 # Do this on a per-disk basis based on what's going on with compactions
 # Include an estimate of the disk space of active compactions in flight when 
we do the above calculation check so we don't blow past our limits due to 
concurrent runs

 



--
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