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 8718BBB7B for ; Mon, 16 Jan 2012 16:27:03 +0000 (UTC) Received: (qmail 47432 invoked by uid 500); 16 Jan 2012 16:27:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 47176 invoked by uid 500); 16 Jan 2012 16:27:02 -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 47158 invoked by uid 99); 16 Jan 2012 16:27:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 16:27:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 16:27:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 589B914FD3B for ; Mon, 16 Jan 2012 16:26:41 +0000 (UTC) Date: Mon, 16 Jan 2012 16:26:41 +0000 (UTC) From: "Vijay (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <230658891.45090.1326731201364.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1494985074.27319.1326233079467.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3721) Staggering repair MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay updated CASSANDRA-3721: ----------------------------- Reviewer: slebresne > Staggering repair > ----------------- > > Key: CASSANDRA-3721 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3721 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 1.1 > Reporter: Vijay > Assignee: Vijay > Priority: Minor > Fix For: 1.1 > > Attachments: 0001-staggering-repair-with-snapshot.patch > > > Currently repair runs on all the nodes at once and causing the range of data to be hot (higher latency on reads). > Sequence: > 1) Send a repair request to all of the nodes so we can hold the references of the SSTables (point at which repair was initiated) > 2) Send Validation on one node at a time (once completed will release references). > 3) Hold the reference of the tree in the requesting node and once everything is complete start diff. > We can also serialize the streaming part not more than 1 node is involved in the streaming. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira