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

Brandon Williams edited comment on CASSANDRA-18466 at 8/23/23 1:40 PM:
-----------------------------------------------------------------------

1. Seems reasonable, will leave that to Ningzi.
2. I think this is out of scope for nodetool.  We can make sure that nodetool 
isn't lying with the test we have, if paxos is lying about the type of repair 
it does that should be covered by its own testing.
3. Par for the course, but I see CASSANDRA-18065 and CASSANDRA-18361 so I think 
we're good.



was (Author: brandon.williams):
1. Seems reasonable, will leave that to Ningzi.
2. I think this is out of scope for nodetool.  We can make sure that nodetool 
isn't lying with the test we have, if paxos is lying about the type of repair 
it does that should be covered by its own testing.
3. Par for the course, but I see CASSANDRA-18065 and CASSANDRA-18065 so I think 
we're good.


> Paxos only repair is treated as an incremental repair
> -----------------------------------------------------
>
>                 Key: CASSANDRA-18466
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18466
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Consistency/Repair
>            Reporter: Andrew
>            Assignee: Ningzi Zhan
>            Priority: Normal
>              Labels: lhf
>             Fix For: 4.1.x, 5.0.x, 5.x
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Paxos only repair tries to continue or is treated as an incremental repair. 
> This happened on 4.1.0 and 4.1.1 when trying to run repair in preparation for 
> enabling paxos_state_purging. The repair was in preparation mode triggered 
> multiple anti-compactions on the nodes. Running the command with --full 
> behaves in the expected way, ie. only the paxos data is repaired and it's 
> finished within a few seconds.
> {code:java}
> nodetool repair --paxos-only // This does not behave as expected, does it 
> complete quickly and seems to be waiting on anticompactions
> {code}
> {code:java}
> nodetool repair --full --paxos-only // Completes within a few seconds as 
> expected
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to