Re: Cassandra Cluster Doubts

2017-04-25 Thread Vladimir Yudovin
, 21 de abril de 2017 19:16:43 Para: user@cassandra.apache.org Asunto: Re: Cassandra Cluster Doubts You have one cluster that is comprised of N nodes that may be distributed in racks and data centers. All the nodes of your cluster need to be able to communicate - they are one cluster. I

Re: Cassandra Cluster Doubts

2017-04-21 Thread Luis Miguel
@cassandra.apache.org Asunto: Re: Cassandra Cluster Doubts You have one cluster that is comprised of N nodes that may be distributed in racks and data centers. All the nodes of your cluster need to be able to communicate - they are one cluster. I think your options would be to a) establish network

Re: Cassandra Cluster Doubts

2017-04-21 Thread Michael Shuler
You have one cluster that is comprised of N nodes that may be distributed in racks and data centers. All the nodes of your cluster need to be able to communicate - they are one cluster. I think your options would be to a) establish network communication for the entire cluster, or b) set up a new c

Cassandra Cluster Doubts

2017-04-21 Thread Luis Miguel
Hello! I have three DC: DC1 -> 3 nodes, Keyspace1:3 DC2 -> 3 nodes, Keyspace2:3 DCR1 -> 3 nodes, Keyspace1:2, Keyspace2:2 now I am trying to add a new datacenter to the cluster: DCR2-> 1 node (by now), Keyspace2:1 which network configuration can access to DC2 and DCR1 but it will never has a

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