Re: nodetool repair cassandra 0.8.4 HELP!!!

2012-04-29 Thread aaron morton
When you start a node does it log that it's opening SSTables ? After starting what does nodetool cfstats say for the node ? Can you connect with cassandra-cli and do a get ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 29/04/2012, at 10

Re: nodetool repair cassandra 0.8.4 HELP!!!

2012-04-29 Thread Raj N
I tried it on 1 column family. I believe there is a bug in 0.8* where repair ignores the cf. I tried this multiple times on different nodes. Every time the disk util was going uo to 80% on a 500 GB disk. I would eventually kill the repair. I only have 60GB worth data. I see this JIRA - https://iss

Re: nodetool repair cassandra 0.8.4 HELP!!!

2012-04-28 Thread Watanabe Maki
You should run repair. If the disk space is the problem, try to cleanup and major compact before repair. You can limit the streaming data by running repair for each column family separately. maki On 2012/04/28, at 23:47, Raj N wrote: > I have a 6 node cassandra cluster DC1=3, DC2=3 with 60 G

nodetool repair cassandra 0.8.4 HELP!!!

2012-04-28 Thread Raj N
I have a 6 node cassandra cluster DC1=3, DC2=3 with 60 GB data on each node. I was bulk loading data over the weekend. But we forgot to turn off the weekly nodetool repair job. As a result, repair was interfering when we were bulk loading data. I canceled repair by restarting the nodes. But unfortu