[
https://issues.apache.org/jira/browse/CASSANDRA-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966719#action_12966719
]
Jon Hermes commented on CASSANDRA-1812:
---------------------------------------
No, it handles that logic (in the exact same way repair does).
{code}
column_families.length == 0 ? working_set = all : working_set = column_families
{code}
... at the top of the command().
> Allow per-CF compaction, repair, and cleanup
> --------------------------------------------
>
> Key: CASSANDRA-1812
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1812
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Affects Versions: 0.6.8
> Reporter: Tyler Hobbs
> Assignee: Jon Hermes
> Priority: Minor
> Fix For: 0.6.9
>
> Attachments: 1812-all.txt, 1812-compact-2.txt, 1812-compact.txt
>
>
> It should be a pretty simple change to allow compaction, cleanup, or repair
> of only one CF.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.