You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Wei Deng (JIRA)" <ji...@apache.org> on 2016/07/18 06:08:20 UTC

[jira] [Commented] (CASSANDRA-12205) nodetool tablestats sstable count missing.

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

Wei Deng commented on CASSANDRA-12205:
--------------------------------------

[~JoshuaMcKenzie] Are we sure they're the same thing? 11880 seems to add a metrics to track how many CQL tables in tablestats output and is a minor enhancement. This one is talking about the missing SSTable counts (which IMHO is a regression).

It appears [this merge|https://github.com/apache/cassandra/commit/f000ff08fde7a9b477d26ca1eea9bbe550564090] somehow took out the "SSTable count" output as shown below:

{noformat}
$ git log TableStats.java | egrep '^commit '
commit 54cbdd73c46f85113d947e702bec33ef43d59b8d
commit f55d2d494fe6f4e170373a341a89eeda5ddf2fa9
commit f000ff08fde7a9b477d26ca1eea9bbe550564090
commit 4aaf2b34f0ed76523e738937125598f63651354b
commit 39b86e3792721cfc8aeef639cfd4ac06c56288e8
commit 9b47dd50fceb552acd3ca77cff88f4041511bf48
commit 5805a76ca092648146ba71af744c8bce357bdc39
commit db68ac9fd791d777df0241ef9bd381eca46bbd20
commit 07ddb8a2198185bff4aa1215acdbb07cf3b18b66
commit 66d3428e3fe64851fa7587ee69b53e20bb7c09b5
commit 0bd5170c4ff55c9f3307602de031d77883731883
commit 868e7209d8aed969fa62e1813ad99dec70e4b527
commit bf51f24a6ffd01f330a6251e3a62ad32a1f31b9a
$ git diff 4aaf2b34f0ed76523e738937125598f63651354b f000ff08fde7a9b477d26ca1eea9bbe550564090 TableStats.java | grep "SSTable count"
-                System.out.println("\t\tSSTable count: " + probe.getColumnFamilyMetric(keyspaceName, tableName, "LiveSSTableCount"));
{noformat}

> nodetool tablestats sstable count missing.
> ------------------------------------------
>
>                 Key: CASSANDRA-12205
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12205
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: Cassandra 3.7
>            Reporter: Cameron MacMinn
>         Attachments: bad.txt, good.txt
>
>
> As a user, I have used  nodetool cfstats  since v2.1. The most useful line is the 1 like 'SSTable count: 12'.
> As a user, I want v3.7  nodetool tablestats  to continue showing SStable count. At the moment, SStable count is missing from the output.
> Examples attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)