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

Jonathan Ellis commented on CASSANDRA-2264:
-------------------------------------------

Why do we need to store additional metadata?  ISTM that "restore from snapshot" 
should just be "make the snapshotted sstables live."

> 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