[
https://issues.apache.org/jira/browse/CASSANDRA-14903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810329#comment-16810329
]
mck commented on CASSANDRA-14903:
---------------------------------
bq. Hang on the output is including the keyspace `test` and table name `test`
with idx of `test_data_idx`.
Yes, it's a bit messy :-(
It's expanding the scope of the ticket, but it would be nice to get the display
text correct in all modes in one commit.
I tested the yml and json output formats and they worked fine.
> 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: Ian Cleasby
> 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]