[ 
https://issues.apache.org/jira/browse/CASSANDRA-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966659#action_12966659
 ] 

Jon Hermes commented on CASSANDRA-1812:
---------------------------------------

Repair already is per-CF, but is apparently undocumented.
Either poke StorageService MBean (forceTableRepair with N+1 args, where the 
first arg is ks and any number of CF names within that ks following), or run 
`nodetool -h HOST repair KEYSPACE CF1 CF2 CF3...`.

(And with that, I'm changing the compaction patch to follow this style.)

> 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
>            Reporter: Tyler Hobbs
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.6.9
>
>         Attachments: 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.

Reply via email to