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

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

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.


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

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ 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.