Re: Incremental repairs after a migration?

2017-11-11 Thread kurt greaves
you can get away with loading from only one node if you're positive all data is consistent. A repair prior to loading should be enough, but if that doesn't work just load from all nodes. On 11 Nov. 2017 23:15, "Brice Figureau" wrote: > On 10/11/17 21:18, kurt

Re: Incremental repairs after a migration?

2017-11-11 Thread Brice Figureau
On 10/11/17 21:18, kurt greaves wrote: > If everything goes smoothly the next incremental should cut it, but a > full repair post load is probably a good idea anyway. Make sure you > sstableload every sstable from every node if you want to keep consistency. If the previous cluster had 3 nodes

Re: Incremental repairs after a migration?

2017-11-10 Thread kurt greaves
If everything goes smoothly the next incremental should cut it, but a full repair post load is probably a good idea anyway. Make sure you sstableload every sstable from every node if you want to keep consistency.

Incremental repairs after a migration?

2017-11-10 Thread Brice Figureau
Hi, I'm running 3.0.15 in a 3 nodes cluster with RF=3. This is a brand new cluster, on which I plan to migrate data from another 3.0.15 cluster running in another environments (taking a snapshot and sstableloader those sstables to the new cluster). The original cluster had been migrated to