You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2016/03/17 17:56:33 UTC

[jira] [Comment Edited] (CASSANDRA-11370) Display sstable count per level according to repair status on nodetool tablestats

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

Marcus Eriksson edited comment on CASSANDRA-11370 at 3/17/16 4:56 PM:
----------------------------------------------------------------------

In 3.4+ (since CASSANDRA-6696) we also have compaction strategy instances per data directory, we should probably display that as well


was (Author: krummas):
In 3.4+ we also have compaction strategy instances per data directory, we should probably display that as well

> Display sstable count per level according to repair status on nodetool tablestats 
> ----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-11370
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11370
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Paulo Motta
>            Assignee: Paulo Motta
>            Priority: Minor
>              Labels: lhf
>
> After CASSANDRA-8004 we still display sstables in each level on nodetool tablestats as if we had a single compaction strategy, while we have one strategy for repaired and another for unrepaired data. 
> We should split display into repaired and unrepaired set, so this:
> SSTables in each level: [2, 20/10, 15, 0, 0, 0, 0, 0, 0]
> Would become:
> SSTables in each level (repaired): [1, 10, 0, 0, 0, 0, 0, 0, 0]
> SSTables in each level (unrepaired): [1, 10, 15, 0, 0, 0, 0, 0, 0]



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