Author: jbellis
Date: Fri Sep 30 20:45:44 2011
New Revision: 1177825
URL: http://svn.apache.org/viewvc?rev=1177825&view=rev
Log:
remove obsolete memtable options from cli help
patch by jbellis for CASSANDRA-3284
Modified:
cassandra/branches/cassandra-1.0.0/src/resources/org/apache/cassandra/cli/CliHelp.yaml
Modified:
cassandra/branches/cassandra-1.0.0/src/resources/org/apache/cassandra/cli/CliHelp.yaml
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.0/src/resources/org/apache/cassandra/cli/CliHelp.yaml?rev=1177825&r1=1177824&r2=1177825&view=diff
==============================================================================
---
cassandra/branches/cassandra-1.0.0/src/resources/org/apache/cassandra/cli/CliHelp.yaml
(original)
+++
cassandra/branches/cassandra-1.0.0/src/resources/org/apache/cassandra/cli/CliHelp.yaml
Fri Sep 30 20:45:44 2011
@@ -472,14 +472,8 @@ commands:
terms of I/O for the key cache. Row cache saving is much more
expensive and
has limited use.
- - memtable_operations: Number of operations in millions before the
memtable
- is flushed. Default is memtable_throughput / 64 * 0.3
-
- - memtable_throughput: Maximum size in MB to let a memtable get to
before
- it is flushed. Default is to use 1/16 the JVM heap size.
-
- 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.
+ repairs for any read operation. Default is 0.1.
Note that disabling read repair entirely means that the dynamic
snitch
will not have any latency information from all the replicas to
recognize
@@ -739,14 +733,8 @@ commands:
terms of I/O for the key cache. Row cache saving is much more
expensive and
has limited use.
- - memtable_operations: Number of operations in millions before the
memtable
- is flushed. Default is memtable_throughput / 64 * 0.3
-
- - memtable_throughput: Maximum size in MB to let a memtable get to
before
- it is flushed. Default is to use 1/16 the JVM heap size.
-
- 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.
+ repairs for any read operation. Default is 0.1.
Note that disabling read repair entirely means that the dynamic
snitch
will not have any latency information from all the replicas to
recognize