You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2012/12/14 16:22:13 UTC

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

T Jake Luciani created CASSANDRA-5070:
-----------------------------------------

             Summary: 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
             Fix For: 1.2.0 rc1


{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