You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (Jira)" <ji...@apache.org> on 2021/09/15 19:45:00 UTC

[jira] [Comment Edited] (CASSANDRA-16844) Add number of sstables in a compaction to compactionstats output

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

Brandon Williams edited comment on CASSANDRA-16844 at 9/15/21, 7:44 PM:
------------------------------------------------------------------------

I like the count->sstables rename and incorporated that, as well as changing the order.  I considered preserving it since that wouldn't be a huge deal, but since this is trunk I think a major upgrade is a fine time to change it.  I also update the doc, but left the array allocation Aleksei commented on since I think that reads cleaner and performance isn't a huge concern in nodetool, and even so this would be very minor.


was (Author: brandon.williams):
I like the count->sstables rename and incorporated that, as well as changing the order.  I considered preserving it since that wouldn't be a huge deal, but since this is trunk I think a a major upgrade is a fine time to change it.  I also update the doc, but left the array allocation Aleksei commented on since I think that reads cleaner and performance isn't a huge concern in nodetool, and even so this would be very minor.

> Add number of sstables in a compaction to compactionstats output
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-16844
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16844
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tool/nodetool
>            Reporter: Brendan Cicchi
>            Assignee: Brandon Williams
>            Priority: Normal
>             Fix For: 4.x
>
>
> It would be helpful to know at a glance how many sstables are involved in any running compactions. While this information can certainly be collected now, a user has to grab it from the debug logs. I think it would be helpful for some use cases to have this information straight from {{nodetool compactionstats}} and then if the actual sstables involved in the compactions are desired, dive into the debug.log for that. I think it would also be good to have this information in the output of {{nodetool compactionhistory}}.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org