From ec21288db7a1d02a4457105982b25e4efd580a71 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 14 Jan 2013 09:45:00 -0600 Subject: [PATCH] add setcompactionthreshold back to nodetool help --- src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml b/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml index 2398f01a71..f40f2c20d0 100644 --- a/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml +++ b/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml @@ -139,6 +139,9 @@ commands: - name: upgradesstables [keyspace] [cfnames] help: | Scrub (rebuild sstables for) one or more column families + - name: setcompactionthreshold + help: | + Set min and max compaction thresholds for a given column family - name: getcompactionthreshold help: | Print min and max compaction thresholds for a given column family