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
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)
>
"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>>
> 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
>
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
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
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
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
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