Re: Cassandra 1.1 row isolation cross datacenter replication

2012-02-21 Thread Benoit Perroud
The isolation is guarantee locally to the node. If two client are reading / writing to the same node, the one that read will not see partial mutations. 2012/2/21 Allen Servedio : > Hi, > > I saw that row level isolation was added in the beta of Cassandra 1.1 and I > have the following question: gi

Cassandra 1.1 row isolation cross datacenter replication

2012-02-21 Thread Allen Servedio
Hi, I saw that row level isolation was added in the beta of Cassandra 1.1 and I have the following question: given a ring that has two datacenters and a keyspace defined to replicate to both, if a row is written with local quorum to the first data center, will it still be isolated when it replicat