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 2012/12/14 17:26:14 UTC

[jira] [Resolved] (CASSANDRA-5070) LOCAL_QUORUM consistency causes Tracing to fail

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

Jonathan Ellis resolved CASSANDRA-5070.
---------------------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: 1.2.0 rc1)

(a) this has nothing to do with tracing

(b) The IRE is deliberate; asking for LOCAL_QUORUM with a DC-oblivious replication strategy is nonsensical
                
> LOCAL_QUORUM consistency causes Tracing to fail
> -----------------------------------------------
>
>                 Key: CASSANDRA-5070
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5070
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2.0 beta 3
>            Reporter: T Jake Luciani
>            Priority: Minor
>
> {code}
> cqlsh:prod4> CONSISTENCY LOCAL_QUORUM;
> Consistency level set to LOCAL_QUORUM.
> cqlsh:prod4> TRACING ON;
> Now tracing requests.
> cqlsh:prod4> select * from table1 limit 10 
> Bad Request: consistency level LOCAL_QUORUM not compatible with replication strategy (org.apache.cassandra.locator.SimpleStrategy)
> {code}
> Looks to be the issue with LocalStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira