You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ryan McGuire (JIRA)" <ji...@apache.org> on 2013/10/16 22:32:44 UTC

[jira] [Created] (CASSANDRA-6209) stress --skip-keys is unimplemented

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)