21 Jun 2012 22:47
Cassandra ConsistencyLevel rules
We are having problems with understanding the different between the QUORUM and TWO ConsistencyLevel rules. We have a cluster defined with 3 nodes, a NetworkTopologyStrategy, and a SimpleSnitch. If the ConsistencyLevel is set to Quorum for writes, there is no problem. If we set the ConsistencyLevel to TWO for write, the write fails.
I believe in this case the both ConsistencyLevels require 2 nodes to write to but one fails and one succeeds. Any ideas?
thanks, Jake
RSS Feed