You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2011/01/11 13:01:46 UTC

[jira] Updated: (CASSANDRA-1963) Allow user to specify files to compact through JMX

     [ https://issues.apache.org/jira/browse/CASSANDRA-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-1963:
----------------------------------------

    Attachment: 0001-Allow-submitting-compaction-of-user-defined-files.patch

> Allow user to specify files to compact through JMX 
> ---------------------------------------------------
>
>                 Key: CASSANDRA-1963
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1963
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: 0001-Allow-submitting-compaction-of-user-defined-files.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When you don't have enough space to perform a major compaction but know there
> would be space to reclaim, the actual algorithm (discard the biggest sstables
> one by one until it fits) may not be helpful.
> This is even more true now that minor compaction can remove tombstone and more
> importantly with expiring columns (for which the compaction of a single
> sstable can make sense).
> This ticket proposes to expose a simple function through JMX to allow the
> submission of a compaction on user-specified sstables.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.