Ryan McGuire created CASSANDRA-6209:
---------------------------------------
Summary: stress --skip-keys is unimplemented
Key: CASSANDRA-6209
URL: https://issues.apache.org/jira/browse/CASSANDRA-6209
Project: Cassandra
Issue Type: Bug
Reporter: Ryan McGuire
Priority: Minor
cassandra-stress claims it has an option called --skip-keys:
{code}
-N SKIP-KEYS, --skip-keys=SKIP-KEYS
Fraction of keys to skip initially, default:0
{code}
But it's a no op. There is no reference to getSkipKeys in StressAction.java.
We should either remove the option or implement it. If we do implement it, I
think it would make more sense that it be an exact number of keys to skip
rather than a fraction (which probably makes it incompatible with --random)
--
This message was sent by Atlassian JIRA
(v6.1#6144)