You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2018/05/11 14:36:00 UTC

[jira] [Updated] (CASSANDRA-6836) WriteTimeoutException always reports that the serial CL is "SERIAL"

     [ 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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org