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 2018/11/19 23:44:00 UTC

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

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

Ian Cleasby edited comment on CASSANDRA-14903 at 11/19/18 11:43 PM:
--------------------------------------------------------------------

One line patch for:

[3.11|https://github.com/apache/cassandra/compare/cassandra-3.11...PenguinRage:Nodetool-cfstats-prints-out-index-names-twice-3.11]

[trunk|https://github.com/apache/cassandra/compare/trunk...PenguinRage:Nodetool-cfstats-prints-out-index-names-twice] 


was (Author: icleasby):
One line patch for:[
3.11|https://github.com/apache/cassandra/compare/cassandra-3.11...PenguinRage:Nodetool-cfstats-prints-out-index-names-twice-3.11]

[trunk|https://github.com/apache/cassandra/compare/trunk...PenguinRage:Nodetool-cfstats-prints-out-index-names-twice] 

> 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
>            Priority: Trivial
>             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