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:34:41 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McGuire updated CASSANDRA-6209:
------------------------------------

    Component/s: Tools

> stress --skip-keys is unimplemented
> -----------------------------------
>
>                 Key: CASSANDRA-6209
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6209
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            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)