datastax / cstar_perf

Apache Cassandra performance testing platform
Apache License 2.0
72 stars 34 forks source link

Require thread count specified in stress commands #109

Open EnigmaCurry opened 9 years ago

EnigmaCurry commented 9 years ago

Without one, stress will run multiple times at various thread counts. There's no support in cstar_perf for this. There is support in https://issues.apache.org/jira/browse/CASSANDRA-7918 but I'm currently not sure how best to support this in cstar_perf.

Either we should support it, or provide a better error message, and/or prevent the user from submitting jobs that don't specify the thread count.