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

Jonathan Ellis commented on CASSANDRA-5070:
-------------------------------------------

+1
                
> 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
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: 5070.txt
>
>
> {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

Reply via email to