You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kurt Greaves (JIRA)" <ji...@apache.org> on 2018/11/19 23:12:00 UTC

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

Kurt Greaves created CASSANDRA-14903:
----------------------------------------

             Summary: Nodetool cfstats prints index name twice
                 Key: CASSANDRA-14903
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14903
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Kurt Greaves
            Assignee: Ian Cleasby
             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