[
https://issues.apache.org/jira/browse/CASSANDRA-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934190#comment-13934190
]
Benedict edited comment on CASSANDRA-5927 at 3/13/14 10:07 PM:
---------------------------------------------------------------
No. I'm not sure what it's even referring to (I don't support it in Legacy
either, but maybe that's because it wasn't wired up when I was migrating, which
is exactly what this ticket refers to I guess).
In stress-ng you can specify an explicit range and distribution for your keys.
was (Author: benedict):
No. I'm not sure what it's even referring to. In stress-ng you can specify an
explicit range and distribution for your keys, which I assume this was
attempting to partially address.
> stress skipKeys option does not appear to do anything
> -----------------------------------------------------
>
> Key: CASSANDRA-5927
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5927
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Environment: 1.2.8
> Reporter: Chris Burroughs
> Assignee: Benedict
> Priority: Minor
> Fix For: 2.1
>
>
> I don't see it used anywhere in the code. FWIW I *thought* when it worked
> the option was "start at key X" instead of "Fraction of keys to skip
> initially".
> {noformat}
> $ grep -rni skipkeys ./tools/stress/src/org/
> ./tools/stress/src/org/apache/cassandra/stress/Session.java:122: private
> float skipKeys = 0;
> ./tools/stress/src/org/apache/cassandra/stress/Session.java:199:
> skipKeys = Float.parseFloat(cmd.getOptionValue("N"));
> ./tools/stress/src/org/apache/cassandra/stress/Session.java:513: public
> float getSkipKeys()
> ./tools/stress/src/org/apache/cassandra/stress/Session.java:515:
> return skipKeys;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)