You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by William Katsak <wk...@gmail.com> on 2014/10/06 21:48:44 UTC

Consistency Question

Hello,

I have a question about Cassandra's consistency in the case of failure 
conditions. Am I correct in assuming that in the event of a node failure 
with write consistency ALL (assuming the failure happened after the 
coordinator started the write), a subsequent read with ONE could return 
stale data if the node recovered?

I assume this write would return with a TimeoutException, but would a 
hint be written?

Thanks,
Bill Katsak

Re: Consistency Question

Posted by Aleksey Yeschenko <al...@apache.org>.
Yes, and a hint would be written.

Also, this mailing list is not for questions like this one - please use users@cassandra.apache.org instead in the future.

-- 
AY

On October 6, 2014 at 10:47:51 PM, William Katsak (wkatsak@gmail.com) wrote:

Hello,  

I have a question about Cassandra's consistency in the case of failure  
conditions. Am I correct in assuming that in the event of a node failure  
with write consistency ALL (assuming the failure happened after the  
coordinator started the write), a subsequent read with ONE could return  
stale data if the node recovered?  

I assume this write would return with a TimeoutException, but would a  
hint be written?  

Thanks,  
Bill Katsak