Re: offline node copy

2015-09-09 Thread Robert Coli
On Wed, Sep 9, 2015 at 12:19 AM, a a wrote: > I have running cassandra cluster and i want add new node in new > datanenter(need 100% of data). > But i don't want full data copy by network. > Can i copy data manually and then sync new node to cluster? > tl;dr - "yes" http://www.pythian.com/blog/

Re: offline node copy

2015-09-09 Thread Raj Chudasama
wont ur data be out of sync? On Wed, Sep 9, 2015 at 2:19 AM, a a wrote: > Hi all. > > I have running cassandra cluster and i want add new node in new > datanenter(need 100% of data). > But i don't want full data copy by network. > Can i copy data manually and then sync new node to cluster? > > S

offline node copy

2015-09-09 Thread a a
Hi all. I have running cassandra cluster and i want add new node in new datanenter(need 100% of data). But i don't want full data copy by network. Can i copy data manually and then sync new node to cluster? Something like: 1. Make snapshot on working node and write to external drive. 2. Restore