[
https://issues.apache.org/jira/browse/CASSANDRA-14903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810354#comment-16810354
]
Stefan Miklosovic edited comment on CASSANDRA-14903 at 4/4/19 10:38 PM:
------------------------------------------------------------------------
Hi [~michaelsembwever] no worries, I ll cover this (I work with [~icleasby]
closely)
was (Author: stefan.miklosovic):
Hi [~michaelsembwever] no worries, I ll cover this.
> 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 Miklosovic
> 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: [email protected]
For additional commands, e-mail: [email protected]