RE: Taking a Cluster Wide Snapshot

2012-05-03 Thread Shubham Srivastava
ormal 68.29 GB8.33% 155962751505430122790891384580033478656 Regards, Shubham From: Tamar Fraenkel [ta...@tok-media.com] Sent: Wednesday, May 02, 2012 11:13 AM To: user@cassandra.apache.org Subject: Re: Taking a Cluster Wide Snapshot I think it make's

Re: Taking a Cluster Wide Snapshot

2012-05-01 Thread Tamar Fraenkel
ds, > Shubham > > > *From:* Tamar Fraenkel [ta...@tok-media.com] > *Sent:* Tuesday, May 01, 2012 10:50 AM > > *To:* user@cassandra.apache.org > *Subject:* Re: Taking a Cluster Wide Snapshot > > Thanks for posting the script. > I see that the snapshot is alway

RE: Taking a Cluster Wide Snapshot

2012-05-01 Thread Shubham Srivastava
nts alone and merging it with the original global snapshot. I have do the same on each individual DC's. Do you guys agree? Regards, Shubham From: Tamar Fraenkel [ta...@tok-media.com] Sent: Tuesday, May 01, 2012 10:50 AM To: user@cassandra.apache.org Subject: Re: Taking a Cluster Wide

Re: Taking a Cluster Wide Snapshot

2012-04-30 Thread Tamar Fraenkel
Thanks for posting the script. I see that the snapshot is always a full one, and if I understand correctly, it replaces the old snapshot on S3. Am I right? *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 835649

Re: Taking a Cluster Wide Snapshot

2012-04-26 Thread Rob Coli
On Thu, Apr 26, 2012 at 10:38 PM, Shubham Srivastava wrote: > On another thought I could also try copying the data of my keyspace alone > from one node to another node in the new cluster (I have both the old and new > clusters having same nodes DC1:6,DC2:6 with same tokens) with the same tokens.

RE: Taking a Cluster Wide Snapshot

2012-04-26 Thread Shubham Srivastava
e.org Subject: Re: Taking a Cluster Wide Snapshot > I copied all the snapshots from each individual nodes where the snapshot > data size was around 12Gb on each node to a common folder(one folder alone). > > Strangely I found duplicate file names in multiple snapshots and > more strange

Re: Taking a Cluster Wide Snapshot

2012-04-26 Thread Rob Coli
> I copied all the snapshots from each individual nodes where the snapshot > data size was around 12Gb on each node to a common folder(one folder alone). > > Strangely I found duplicate file names in multiple snapshots and > more strangely the data size was different of each duplicate file which le

RE: Taking a Cluster Wide Snapshot

2012-04-26 Thread Shubham Srivastava
M To: user@cassandra.apache.org Subject: Re: Taking a Cluster Wide Snapshot there's no prerequisite for unique names. each node's snapshot gets tar'ed up and then copied over to a directory the name of the hostname of the node. then those dirs are tar'ed and copied to S3. what i

Re: Taking a Cluster Wide Snapshot

2012-04-26 Thread Shubham Srivastava
@cassandra.apache.org Subject: Re: Taking a Cluster Wide Snapshot there's no prerequisite for unique names. each node's snapshot gets tar'ed up and then copied over to a directory the name of the hostname of the node. then those dirs are tar'ed and copied to S3. what i haven't tried y

Re: Taking a Cluster Wide Snapshot

2012-04-26 Thread Deno Vichas
*From:* Deno Vichas [d...@syncopated.net] *Sent:* Thursday, April 26, 2012 12:09 PM *To:* user@cassandra.apache.org *Subject:* Re: Taking a Cluster Wide Snapshot On 4/25/2012 11:34 PM, Shubham Srivastava wrote: Whats the best way(or the only way) to take a cluster wide backup

RE: Taking a Cluster Wide Snapshot

2012-04-25 Thread Shubham Srivastava
assumption to have. Regards, Shubham From: Deno Vichas [d...@syncopated.net] Sent: Thursday, April 26, 2012 12:09 PM To: user@cassandra.apache.org Subject: Re: Taking a Cluster Wide Snapshot On 4/25/2012 11:34 PM, Shubham Srivastava wrote: Whats the best way(or the

Re: Taking a Cluster Wide Snapshot

2012-04-25 Thread Deno Vichas
On 4/25/2012 11:34 PM, Shubham Srivastava wrote: Whats the best way(or the only way) to take a cluster wide backup of Cassandra. Cant find much of the documentation on the same. I am using a MultiDC setup with cassandra 0.8.6. Regards, Shubham here's how i'm doing in AWS land using the DataS