Re: Cassandra Cluster Doubts

2017-04-21 Thread Luis Miguel
other creative ideas that pop up. -- Kind regards, Michael On 04/21/2017 07:26 AM, Luis Miguel wrote: > 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

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-02 Thread Luis Miguel
erent values of your query each time. Because the coordinator node changes and therfore the query is executed each time on a different node ( when node B answers you've got 15 rows and WHE node A does you have 10 rows) Le 2 nov. 2015 19:22, "Luis Miguel" a écrit : Hello! I hav

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