Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92E81DBC0 for ; Tue, 2 Oct 2012 12:55:18 +0000 (UTC) Received: (qmail 29481 invoked by uid 500); 2 Oct 2012 12:55:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 29084 invoked by uid 500); 2 Oct 2012 12:55:10 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 28818 invoked by uid 99); 2 Oct 2012 12:55:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 12:55:08 +0000 Date: Tue, 2 Oct 2012 23:55:07 +1100 (NCT) From: "Alexey Zotov (JIRA)" To: commits@cassandra.apache.org Message-ID: <1064421814.154105.1349182508033.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CASSANDRA-4747) Add possibility to start repair only inside local data center MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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