[
https://issues.apache.org/jira/browse/CASSANDRA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532441#comment-13532441
]
T Jake Luciani commented on CASSANDRA-5070:
-------------------------------------------
My replication strategy *is* NTS, the SimpleStrategy is being used in the
tracing system space.
> 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