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

Tyler Hobbs commented on CASSANDRA-6731:
----------------------------------------

bq. Is the dynamic_snitch a documented parameter?

Not currently.  You can set {{dynamic_snitch: false}} in cassandra.yaml to 
disable the dynamic snitch and use replicas in the order that your 
endpoing_snitch returns them.

bq. Also does this apply to the PropertyFileSnitch that I'm using?

Yes.  The dynamic snitch wraps every endpoint snitch.

> Requests unnecessarily redirected with CL=ONE
> ---------------------------------------------
>
>                 Key: CASSANDRA-6731
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6731
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: Linux
>            Reporter: Aris Prassinos
>            Assignee: Tyler Hobbs
>            Priority: Minor
>             Fix For: 2.0.6
>
>         Attachments: 6731.traces.txt, ticket_6731.py
>
>
> Three-node cluster with RF=3. All data currently in sync.
> Network topology strategy. Each node defined to be on a different rack.
> endpoint_snitch: PropertyFileSnitch
> dynamic_snitch_update_interval_in_ms: 100
> dynamic_snitch_reset_interval_in_ms: 600000
> dynamic_snitch_badness_threshold: 0
> All tables defined with read_repair_chance=0
> From cqlsh when querying with Consistency=ONE tracing shows that requests get 
> frequently redirected to other nodes even though the local node has the data.
> There is no other activity on the cluster besides my test queries.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to