Github user aweisberg commented on a diff in the pull request:

    https://github.com/apache/cassandra/pull/283#discussion_r225298351
  
    --- Diff: conf/cassandra.yaml ---
    @@ -947,10 +947,10 @@ endpoint_snitch: SimpleSnitch
     
     # controls how often to perform the more expensive part of host score
     # calculation
    -dynamic_snitch_update_interval_in_ms: 100 
    -# controls how often to reset all host scores, allowing a bad host to
    -# possibly recover
    -dynamic_snitch_reset_interval_in_ms: 600000
    +dynamic_snitch_update_interval_in_ms: 100
    +# controls how often this node is permitted to send a latency probe to
    +# determine if previously slow nodes have recovered. Set to -1 to disable
    +dynamic_snitch_latency_probe_interval_in_ms: 1000
    --- End diff --
    
    Add dynamic snitch class name as a commented out option?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to