You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2014/12/08 16:20:35 UTC

cassandra git commit: Add errors setting to stress help, ninja

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 06168b1d0 -> c1610f6da


Add errors setting to stress help, ninja


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

Branch: refs/heads/cassandra-2.1
Commit: c1610f6daf01ca280692491b07ab6599dc3f0467
Parents: 06168b1
Author: T Jake Luciani <ja...@apache.org>
Authored: Mon Dec 8 10:20:14 2014 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Mon Dec 8 10:20:14 2014 -0500

----------------------------------------------------------------------
 .../stress/src/org/apache/cassandra/stress/settings/CliOption.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c1610f6d/tools/stress/src/org/apache/cassandra/stress/settings/CliOption.java
----------------------------------------------------------------------
diff --git a/tools/stress/src/org/apache/cassandra/stress/settings/CliOption.java b/tools/stress/src/org/apache/cassandra/stress/settings/CliOption.java
index 4d7c039..7fd10ff 100644
--- a/tools/stress/src/org/apache/cassandra/stress/settings/CliOption.java
+++ b/tools/stress/src/org/apache/cassandra/stress/settings/CliOption.java
@@ -31,6 +31,7 @@ public enum CliOption
     COL("Column details such as size and count distribution, data generator, names, comparator and if super columns should be used", SettingsColumn.helpPrinter()),
     RATE("Thread count, rate limit or automatic mode (default is auto)", SettingsRate.helpPrinter()),
     MODE("Thrift or CQL with options", SettingsMode.helpPrinter()),
+    ERRORS("How to handle errors when encountered during stress", SettingsErrors.helpPrinter()),
     SCHEMA("Replication settings, compression, compaction, etc.", SettingsSchema.helpPrinter()),
     NODE("Nodes to connect to", SettingsNode.helpPrinter()),
     LOG("Where to log progress to, and the interval at which to do it", SettingsLog.helpPrinter()),