You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Chris Burroughs (JIRA)" <ji...@apache.org> on 2013/08/23 15:20:51 UTC

[jira] [Created] (CASSANDRA-5927) stress skipKeys option does not appear to do anything

Chris Burroughs created CASSANDRA-5927:
------------------------------------------

             Summary: 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
            Priority: Minor


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira