[
https://issues.apache.org/jira/browse/CASSANDRA-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968449#action_12968449
]
Jonathan Ellis commented on CASSANDRA-1812:
-------------------------------------------
that would have been a lot easier to find if you had either said "that's taken
care of by getValidColumnFamilies" or actually pasted an accurate code fragment
:)
{code}
for (String cfName : columnFamilies.length == 0 ?
table.getColumnFamilies() : Arrays.asList(columnFamilies))
{code}
committed
> 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.