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

C. Scott Andreas updated CASSANDRA-4756:
----------------------------------------
    Component/s: Core

> Bulk loading snapshots creates RF^2 copies of the data
> ------------------------------------------------------
>
>                 Key: CASSANDRA-4756
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4756
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.2.0 beta 1
>            Reporter: Nick Bailey
>            Priority: Major
>
> Since a cluster snapshot will contain rf copies of each piece of data, 
> bulkloading all of those snapshots will create rf^2 copies of each piece of 
> data.
> Not sure what the solution here is. Ideally we would merge the RF copies of 
> the data before sending to the cluster. This would solve any inconsistencies 
> that existed when the snapshot was taken.
> A more naive approach of only loading one of the RF copies and assuming there 
> are no inconsistencies might be an easier goal for the near term though.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to