Memtable thresholds (millions of ops/minutes/MB) mis-labelled when using 
describe keyspace in CLI
-------------------------------------------------------------------------------------------------

                 Key: CASSANDRA-2757
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2757
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.7.6
         Environment: Any.
            Reporter: David Allsopp
            Priority: Trivial


When describing a keyspace, the CLI produces output for each column family, 
including the 3 memtable thresholds.

However, the labels are in the wrong order - the 2nd value is actually the MB, 
and the 3rd value is actually the minutes:

describe keyspace MyTestKeyspace;
...
Memtable thresholds: 0.0703125/15/1440 (millions of ops/minutes/MB)
...

update column family MyTestColFam with memtable_throughput = 128;
describe keyspace Test;
...
Memtable thresholds: 0.0703125/128/1440 (millions of ops/minutes/MB)
...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to