Re: Unable to bootstrap node

2013-08-07 Thread Aaron Morton
napshots. This is completely blocking us from > adding the new node. How can we recover? Just run repairs? > > Thanks > > From: Aaron Morton > Reply-To: "user@cassandra.apache.org" > Date: Tuesday, August 6, 2013 4:06 AM > To: "user@cassandra

Re: Unable to bootstrap node

2013-08-06 Thread sankalp kohli
Tuesday, August 6, 2013 4:06 AM > To: "user@cassandra.apache.org" > Subject: Re: Unable to bootstrap node > > Caused by: java.io.FileNotFoundException: > /data/1/cassandra/data/rts/40301_feedProducts/rts-40301_feedProducts-ib-1-Data.db > (No such file or directory) >

Re: Unable to bootstrap node

2013-08-06 Thread Keith Wright
"user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Tuesday, August 6, 2013 4:06 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>>

Re: Unable to bootstrap node

2013-08-06 Thread Aaron Morton
> Caused by: java.io.FileNotFoundException: > /data/1/cassandra/data/rts/40301_feedProducts/rts-40301_feedProducts-ib-1-Data.db > (No such file or directory) > at java.io.RandomAccessFile.open(Native Method) > at java.io.RandomAccessFile.(RandomAccessFile.java:233) > at >

Re: Unable to bootstrap node

2013-08-05 Thread sankalp kohli
Let me know if this fixes the problem? On Mon, Aug 5, 2013 at 6:24 PM, sankalp kohli wrote: > So the problem is that when you dropped and recreated the table with the > same name, some how the old CFStore object was not purged. So now there > were two objects which caused same sstable to have 2

Re: Unable to bootstrap node

2013-08-05 Thread sankalp kohli
So the problem is that when you dropped and recreated the table with the same name, some how the old CFStore object was not purged. So now there were two objects which caused same sstable to have 2 SSTableReader object. The fix is to find all nodes which is emitting this FileNotFound Exception and

Re: Unable to bootstrap node

2013-08-05 Thread Keith Wright
Yes we likely dropped and recreated tables. If we stop the sending node, what will happen to the bootstrapping node? sankalp kohli wrote: Hi, The problem is that the node sending the stream is hitting this FileNotFound exception. You need to restart this node and it should fix the prob

Re: Unable to bootstrap node

2013-08-05 Thread sankalp kohli
Hi, The problem is that the node sending the stream is hitting this FileNotFound exception. You need to restart this node and it should fix the problem. Are you seeing lot of FileNotFoundExceptions? Did you do any schema change recently? Sankalp On Mon, Aug 5, 2013 at 5:39 PM, Keith Wright

Unable to bootstrap node

2013-08-05 Thread Keith Wright
Hi all, I have been trying to bootstrap a new node into my 7 node 1.2.4 C* cluster with Vnodes RF3 with no luck. It gets close to completing and then the streaming just stalls with streaming at 99% from 1 or 2 nodes. Nodetool netstats shows the items that have yet to stream but the logs o