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

David Boxenhorn commented on CASSANDRA-2264:
--------------------------------------------

I guess the next question is what it should do when a bad SSTable is found. It 
should log an error and blacklist the SSTable as in 
https://issues.apache.org/jira/browse/CASSANDRA-2261 .

> 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