Re: [MASSMAIL]Re: Inconsistent behavior during read

2015-06-25 Thread Jonathan Haddad
Quorum will give you strong consistency, but if you're using RF=2 you're going to have issues, as Quorum on RF=2 = CL=ALL. You'll want to use RF=3 to make sure you can tolerate failure of a node, otherwise a single node going down will result in unanswerable queries. On Thu, Jun 25, 2015 at 6:37

Re: [MASSMAIL]Re: Inconsistent behavior during read

2015-06-25 Thread Marcos Ortiz
Regards, Aditya. I´m agree with Jack here. In our tests here with read and writes in Cassandra (version 2.1.5), we played with several CL, and QUORUM is the best for us. On 25/06/15 08:14, Jack Krupansky wrote: Hinted handoff - which is what provides eventual consistency - can time out and be