mirror of https://github.com/apache/cassandra
Add errors setting to stress help, ninja
This commit is contained in:
parent
06168b1d0d
commit
c1610f6daf
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Reference in New Issue