[ 
https://issues.apache.org/jira/browse/CASSANDRA-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Williams updated CASSANDRA-5280:
----------------------------------------

    Attachment: 5280.txt

Patch adds the needed options to nodetool, however it looks like something is 
wrong with repairing specific ranges.  Passing start/end that aren't token 
boundaries results in the node saying there are no neighbors to repair with, 
but passing tokens on the boundary does work.
                
> Provide a nodetool command to repair subranges
> ----------------------------------------------
>
>                 Key: CASSANDRA-5280
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5280
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Ahmed Bashir
>            Assignee: Brandon Williams
>            Priority: Trivial
>             Fix For: 1.1.11
>
>         Attachments: 5280.txt
>
>
> Provide a nodetool command to run repairs for subranges
> It appears that the machinery to do this is already present and can be run 
> through JMX 
> StorageService:
> public AntiEntropyService.RepairFuture forceTableRepair(final Range<Token> 
> range, final String tableName, boolean isSequential, final String... 
> columnFamilies)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to