Not sure I understand your question exactly, but will take a shot…

Writes are sent to every UP node, the consistency level is how many nodes we 
require to complete before we say the request completed successfully. So we 
also make sure that CL nodes are UP before we start the request. If you run CL 
ALL then Replication Factor nodes must be up for each key you are writing. 

With the exception of CL ONE reads are also sent to all UP replicas. 

Hope that helps. 
 
-----------------
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com

On 3 Aug 2011, at 09:32, Eldad Yamin wrote:

> Is consistency level "All" for write actually grenty that my data is updated 
> in all of my node?
> is it apply to read actions as-well?
> 
> I've read it on the wiki, I just want to make sure.
> Thanks!

Reply via email to