You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/10/02 16:34:43 UTC

[jira] [Created] (CASSANDRA-6132) CL.ANY writes can still time out

Jonathan Ellis created CASSANDRA-6132:
-----------------------------------------

             Summary: CL.ANY writes can still time out
                 Key: CASSANDRA-6132
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6132
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jonathan Ellis
            Priority: Minor


If we know that all replicas are down at the beginning of a mutation, we will write a hint and return success.

But if we do not, we will attemp to write to replicas, time out, return failure, and then write a hint, violating our contract that (unless the coordinator goes down), writes at CL.ANY should always succeed.



--
This message was sent by Atlassian JIRA
(v6.1#6144)