You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/04/14 20:52:22 UTC

svn commit: r1092440 - /cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml

Author: jbellis
Date: Thu Apr 14 18:52:22 2011
New Revision: 1092440

URL: http://svn.apache.org/viewvc?rev=1092440&view=rev
Log:
add RR/dynamic snitch interation warning
patch by jbellis for CASSANDRA-2106

Modified:
    cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml

Modified: cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml?rev=1092440&r1=1092439&r2=1092440&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml (original)
+++ cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml Thu Apr 14 18:52:22 2011
@@ -435,6 +435,10 @@ commands:
         - read_repair_chance: Probability (0.0-1.0) with which to perform read
           repairs for any read operation. Default is 1.0 to enable read repair.
 
+          Note that disabling read repair entirely means that the dynamic snitch
+          will not have any latency information from all the replicas to recognize
+          when one is performing worse than usual.
+
         - rows_cached: Maximum number of rows whose entire contents we
           cache in memory. Valid values are either a double between 0 and 1 (
           inclusive on both ends) denoting what fraction should be cached. Or an