Write request in Cassandra?

2015-08-21 Thread ibrahim El-sanosi
Dear folks, I have doubt on how Cassandra performs a write request; I have two scenarios, please read them and ensure which one is correct? Assume we have cluster consists of 4 nodes N1, N2, N3, and N4. As Cassandra distributes the nodes in ring topology, the nodes links as following: N--N

Re: Write request in Cassandra?

2015-08-21 Thread Laing, Michael
: Dear folks, I have doubt on how Cassandra performs a write request; I have two scenarios, please read them and ensure which one is correct? Assume we have cluster consists of 4 nodes N1, N2, N3, and N4. As Cassandra distributes the nodes in ring topology, the nodes links as following: N--N

Re: Write request in Cassandra?

2015-08-21 Thread Panagiotis Garefalakis
a write request; I have two scenarios, please read them and ensure which one is correct? Assume we have cluster consists of 4 nodes N1, N2, N3, and N4. As Cassandra distributes the nodes in ring topology, the nodes links as following: N--N--N3--N4--N1 Also we have replication factor equal

Re: Write request in Cassandra?

2015-08-21 Thread Laing, Michael
2 is more correct. On Fri, Aug 21, 2015 at 11:48 AM, ibrahim El-sanosi ibrahimsaba...@gmail.com wrote: Dear folks, I have doubt on how Cassandra performs a write request; I have two scenarios, please read them and ensure which one is correct? Assume we have cluster consists of 4 nodes