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

David Capwell commented on CASSANDRA-16310:
-------------------------------------------

bq. The tests cases pass with the --preview option.

Looked into this, this looks like a repair bug.  

{code}
CLUSTER.get(1).nodetoolResult("repair", "--preview", 
KEYSPACE).asserts().success();
{code}

this is a IR preview, which looks at the un-repaired data... which should NOT 
populate... but did...

{code}
ActiveRepairService.instance.getParentRepairSession(validationRequest.desc.parentSessionId).isIncremental
// returns true
{code}

{code}
isIncremental(desc.parentSessionId) // this is what the validation uses
// returns false
ActiveRepairService.instance.consistent.local.getSession(desc.parentSessionId) 
// used by isIncremental
// returns null
{code}

> Track top partitions (by size and tombstone count) and display in nodetool 
> tablestats
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16310
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16310
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Local/Other
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Normal
>             Fix For: 4.x
>
>
> We should track the top partitions by size and tombstone count and display in 
> {{nodetool tablestats}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to