[ 
https://issues.apache.org/jira/browse/CASSANDRA-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Hanna updated CASSANDRA-6836:
------------------------------------
    Labels: LWT lhf  (was: lhf)

> WriteTimeoutException always reports that the serial CL is "SERIAL"
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-6836
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6836
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Nicolas Favre-Felix
>            Assignee: Irfan Nagoo
>            Priority: Minor
>              Labels: LWT, lhf
>         Attachments: trunk-6836.txt
>
>
> In StorageProxy.proposePaxos, the WriteTimeoutException is thrown with 
> information about the consistency level. This CL is hardcoded to 
> ConsistencyLevel.SERIAL, which might be wrong when LOCAL_SERIAL is used:
> {code}
>         if (timeoutIfPartial && !callback.isFullyRefused())
>             throw new WriteTimeoutException(WriteType.CAS, 
> ConsistencyLevel.SERIAL, callback.getAcceptCount(), requiredParticipants);
> {code}
> Suggested fix: pass consistencyForPaxos as a parameter to proposePaxos().



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to