> That makes sense with my symptoms...  I was doing a CL=ONE for write and a 
> CL=ALL for read, expecting that to be sufficient.
>
> I will try both set to ALL and see if I get better consistency.

Just keep in mind that with ALL queries will fail with just a single
node down. (This is why QUORUM is useful since it allows consistency
semantics similar to ALL but allows you to survive nodes being down,
at the cost of a higher RF (3 at least))

-- 
/ Peter Schuller

Reply via email to