You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Allsopp (JIRA)" <ji...@apache.org> on 2011/06/10 15:34:58 UTC

[jira] [Updated] (CASSANDRA-2757) Memtable thresholds (millions of ops/minutes/MB) mis-labelled when using describe keyspace in CLI

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

David Allsopp updated CASSANDRA-2757:
-------------------------------------

    Description: 
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 MyTestKeyspace;
...
Memtable thresholds: 0.0703125/128/1440 (millions of ops/minutes/MB)
...

  was:
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)
...


Fixed typo in example output

> 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
>              Labels: documentation
>
> 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 MyTestKeyspace;
> ...
> 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