[ 
https://issues.apache.org/jira/browse/CASSANDRA-11903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304341#comment-15304341
 ] 

Richard Low commented on CASSANDRA-11903:
-----------------------------------------

The write CL is increased by 1 for a pending endpoint so that a quorum of 
non-pending endpoints are written to. That means a regular quorum read is 
guaranteed to see the write and detect if any in progress paxos writes are 
committed.

> Serial reads should not include pending endpoints
> -------------------------------------------------
>
>                 Key: CASSANDRA-11903
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11903
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Coordination
>            Reporter: Richard Low
>
> A serial read uses pending endpoints in beginAndRepairPaxos, although the 
> read itself does not. I don't think the pending endpoints are necessary and 
> including them unnecessarily increases paxos work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to