Re: Two node cassandra cluster doubts

2015-11-04 Thread Bryan Cheng
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

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 d

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 b

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: How to generate tokens for my two node Cassandra cluster?

2013-11-04 Thread Aaron Morton
gt; -- > Ray //o-o\\ > > > > On Fri, Nov 1, 2013 at 10:36 AM, Peter Sanford > wrote: > I can't tell you why that one-liner isn't working, but you can try > http://www.cassandraring.com for generating balanced tokens. > > > On Thu, Oct 31, 20

Re: How to generate tokens for my two node Cassandra cluster?

2013-11-01 Thread Ray Sutton
isn't working, but you can try > http://www.cassandraring.com for generating balanced tokens. > > > On Thu, Oct 31, 2013 at 11:59 PM, Techy Teck wrote: > >> I am trying to setup two node Cassandra Cluster on windows machine. I >> have basically two windows machine and I was fo

Re: How to generate tokens for my two node Cassandra cluster?

2013-11-01 Thread Peter Sanford
I can't tell you why that one-liner isn't working, but you can try http://www.cassandraring.com for generating balanced tokens. On Thu, Oct 31, 2013 at 11:59 PM, Techy Teck wrote: > I am trying to setup two node Cassandra Cluster on windows machine. I have > basically two windo

How to generate tokens for my two node Cassandra cluster?

2013-11-01 Thread Techy Teck
I am trying to setup two node Cassandra Cluster on windows machine. I have basically two windows machine and I was following this datastax tutorial ( http://www.datastax.com/2012/01/how-to-setup-and-monitor-a-multi-node-cassandra-cluster-on-windows ) Whenever I use the below command to get the

Re: two-node cassandra cluster

2012-08-26 Thread Franc Carter
On Fri, Aug 24, 2012 at 8:25 PM, Jason Axelson wrote: > Hi, I have an application that will be very dormant most of the time > but will need high-bursting a few days out of the month. Since we are > deploying on EC2 I would like to keep only one Cassandra server up > most of the time and then on b

Re: two-node cassandra cluster

2012-08-26 Thread aaron morton
> most of the time and then on burst days I want to bring one more > server up (with more RAM and CPU than the first) to help serve the > load. Unless you are using virtual nodes (coming in 1.2) and I higher RF I would recommend using machines that have the same HW spec. Otherwise you need to ca

two-node cassandra cluster

2012-08-24 Thread Jason Axelson
Hi, I have an application that will be very dormant most of the time but will need high-bursting a few days out of the month. Since we are deploying on EC2 I would like to keep only one Cassandra server up most of the time and then on burst days I want to bring one more server up (with more RAM and