[
https://issues.apache.org/jira/browse/CASSANDRA-11503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269391#comment-15269391
]
Chris Lohfink commented on CASSANDRA-11503:
-------------------------------------------
I do think theres some value in a global repaired%, since I think some of the
goal is "do I need to repair" which individual table metrics would not answer.
We could make a keyspace/global version of the table metric as well though.
Keyspaces with <2 RF and the system distributed are skipped over by repairs. So
their metrics would show 0%, this would throw off global. Although the table
globals could just be a custom gauge that returns what the attached does. Also
we can just axe the RepairMetrics, that sound good?
> Need a tool to detect what percentage of SSTables on a node have been
> repaired when using incremental repairs.
> --------------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-11503
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11503
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Reporter: Sean Usher
> Assignee: Chris Lohfink
> Priority: Minor
> Attachments: CASSANDRA-11503.patch
>
>
> When using incremental repair, we should be able to look at SSTables and
> understand how many sstables are in the repaired and unrepaired buckets on
> each machine. This can help us track the repair progress and if we are
> hitting any issues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)