[ 
https://issues.apache.org/jira/browse/CASSANDRA-14903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809559#comment-16809559
 ] 

Ian Cleasby edited comment on CASSANDRA-14903 at 4/4/19 6:48 AM:
-----------------------------------------------------------------

[~michaelsembwever] Hang on the output is including the keyspace 
{color:red}`test`{color} and table  name {color:red}`test`{color}  with idx of 
{color:red}`test_data_idx`{color}. What are you expecting?


was (Author: icleasby):
[~michaelsembwever] Hang on the output is including the keyspace `test` and 
table  name `test`  with idx of `test_data_idx`. What are you expecting?

> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to