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/08/27 22:07:52 UTC

[jira] [Created] (CASSANDRA-5944) Stress latency for 99.9th percentile is mislabed as 99th.

Ryan McGuire created CASSANDRA-5944:
---------------------------------------

             Summary: Stress latency for 99.9th percentile is mislabed as 99th.
                 Key: CASSANDRA-5944
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5944
             Project: Cassandra
          Issue Type: Bug
            Reporter: Ryan McGuire
            Priority: Trivial


The specific call in stress is calling latency.get999thPercentile() - so it would be less confusing if the first line of stress output were this:

{code}
total,interval_op_rate,interval_key_rate,latency,95th,99.9th,elapsed_time
{code}

Listing 99.9th instead of 99th.

--
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