Re: Two node cassandra cluster doubts

2015-11-04 Thread Bryan Cheng
> Date: Mon, 2 Nov 2015 21:12:20 +0100 > Subject: Re: FW: Two node cassandra cluster doubts > From: ichi.s...@gmail.com > To: user@cassandra.apache.org > > > I think that this is a normal behaviour as you shut down your seed and > then reboot it. You should know that when you

FW: Two node cassandra cluster doubts

2015-11-02 Thread Luis Miguel
Hello! I have set a cassandra cluster with two nodes, Node A and Node B --> RF=2, Read CL=1 and Write CL = 1; Node A is seed... At first everything is working well, when I add/delete/update entries on Node A, everything is replicated on Node B and vice-versa, even if I shut down node A, and I

Re: FW: Two node cassandra cluster doubts

2015-11-02 Thread ICHIBA Sara
I think that this is a normal behaviour as you shut down your seed and then reboot it. You should know that when you start a seed node it doesn't do the bootstrapping thing. Which means it doesn't look if there are changes in the contents of the tables. In here in your tests, you shut down node A

RE: Two node cassandra cluster doubts

2015-11-02 Thread Luis Miguel
? Date: Mon, 2 Nov 2015 21:12:20 +0100 Subject: Re: FW: Two node cassandra cluster doubts From: ichi.s...@gmail.com To: user@cassandra.apache.org I think that this is a normal behaviour as you shut down your seed and then reboot it. You should know that when you start a seed node it doesn't do