You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/11/09 19:53:32 UTC

[jira] Resolved: (CASSANDRA-443) Add the ability to flush column families via nodeprobe

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

Jonathan Ellis resolved CASSANDRA-443.
--------------------------------------

    Resolution: Duplicate

these have all crept in to nodeprobe now, although I don't remember ticket numbers.

> Add the ability to flush column families via nodeprobe
> ------------------------------------------------------
>
>                 Key: CASSANDRA-443
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-443
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.5
>            Reporter: Anthony Molinaro
>
> It would be useful to be able to flush column families prior to compacting or snapshotting.  Compacting and snapshotting are both available via nodeprobe, so this would be useful there as well.  I would imagine being able to do something like
> % nodeprobe flush
> % nodeprobe compact
> % nodeprobe snapshot
> To flush, compact, and snapshot all column families and
> % nodeprobe flush myColumnFamily
> % nodeprobe compact myColumnFamily
> % nodeprobe snapshot myColumnFamily
> To flush, compact, and snapshot a single column family.

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