You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ian Cleasby (JIRA)" <ji...@apache.org> on 2019/04/04 11:11:00 UTC

[jira] [Assigned] (CASSANDRA-14903) Nodetool cfstats prints index name twice

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

Ian Cleasby reassigned CASSANDRA-14903:
---------------------------------------

    Assignee: Stefan Liebig  (was: Ian Cleasby)

> Nodetool cfstats prints index name twice
> ----------------------------------------
>
>                 Key: CASSANDRA-14903
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14903
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/nodetool
>            Reporter: Kurt Greaves
>            Assignee: Stefan Liebig
>            Priority: Low
>             Fix For: 4.0
>
>
> {code:java}
> CREATE TABLE test.test (
> id int PRIMARY KEY,
> data text
> );
> CREATE INDEX test_data_idx ON test.test (data);
> ccm node1 nodetool cfstats test
> Total number of tables: 40
> ----------------
> Keyspace : test
> Read Count: 0
> Read Latency: NaN ms
> Write Count: 0
> Write Latency: NaN ms
> Pending Flushes: 0
> Table (index): test.test_data_idxtest.test_data_idx
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org