Alexey Zotov created CASSANDRA-4747:
---------------------------------------

             Summary: Add possibility to start repair only inside local data 
center
                 Key: CASSANDRA-4747
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4747
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.1.2
            Reporter: Alexey Zotov
            Assignee: Alexey Zotov
            Priority: Minor
             Fix For: 1.2.1


I have multi data center cluster, replication factor is three. After long 
node's failure in one data center I need to restore data consistency. If I 
execute 'nodetool repair -pr' command on failed node I'll see that nodes from 
ALL data centers try to synchronize with each other.  It's unnecessary to 
involve remote data centers because there are a few replicas in local data 
center. I want to have possibility synchronize nodes only inside local data 
center.

I suggest to add '-local' option to repair command.


--
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