Restore From Snapshot eg: nodetool restore  [filename] | ([keyspace] 
[columnfamily]) 
-------------------------------------------------------------------------------------

                 Key: CASSANDRA-2264
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2264
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.7.2
            Reporter: Benjamin Coverston


Store additional metadata in the SSTable including:

generated_by: (From memtable, compaction, or cleanup)
ancestors: A list of SSTableNames|MD5sum


When executed it will copy the ancestors from the snapshot directory to the 
data directory.

If given Keyspace and ColumnFamily arguments it will attempt to restore all 
SSTables in the Keyspace/Columnfamily on that node.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to