You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/01/14 16:45:04 UTC

[2/3] git commit: add setcompactionthreshold back to nodetool help

add setcompactionthreshold back to nodetool help


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ec21288d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ec21288d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ec21288d

Branch: refs/heads/trunk
Commit: ec21288db7a1d02a4457105982b25e4efd580a71
Parents: 9c320d7
Author: Brandon Williams <br...@apache.org>
Authored: Mon Jan 14 09:45:00 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Jan 14 09:45:00 2013 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/tools/NodeToolHelp.yaml   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ec21288d/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
----------------------------------------------------------------------
diff --git a/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml b/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
index 2398f01..f40f2c2 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 <keyspace> <cfname>
+    help: |
+      Set min and max compaction thresholds for a given column family
   - name: getcompactionthreshold <keyspace> <cfname>
     help: |
       Print min and max compaction thresholds for a given column family