Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 10246 invoked from network); 27 Aug 2009 12:37:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 12:37:21 -0000 Received: (qmail 58452 invoked by uid 500); 27 Aug 2009 12:37:21 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 58442 invoked by uid 500); 27 Aug 2009 12:37:21 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 58432 invoked by uid 99); 27 Aug 2009 12:37:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 12:37:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 12:37:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 79D23234C04C for ; Thu, 27 Aug 2009 05:36:59 -0700 (PDT) Message-ID: <273345286.1251376619498.JavaMail.jira@brutus> Date: Thu, 27 Aug 2009 05:36:59 -0700 (PDT) From: "Hudson (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-375) Echo writes to bootstrapping nodes In-Reply-To: <1896673954.1250640734902.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748356#action_12748356 ] Hudson commented on CASSANDRA-375: ---------------------------------- Integrated in Cassandra #179 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/179/]) 1. Switch bootstrapNodes in TokenMetadata to Map so RackUnawareStrategy can use it. 2. Fix AbstractStrategy and RackUnawareStrategy to incorporate the bootstrapping nodes for getHintedStorageEndPoints through StorageService.getNStorageEndPointMap (now used by insert and insertBlocking after 383) 3. Add unit test fot RackUnawareStrategy to test if bootstrapping nodes are being returned correctly. patch by Sandeep Tata; reviewed by jbellis for > Echo writes to bootstrapping nodes > ---------------------------------- > > Key: CASSANDRA-375 > URL: https://issues.apache.org/jira/browse/CASSANDRA-375 > Project: Cassandra > Issue Type: Improvement > Components: Core > Environment: All > Reporter: Sandeep Tata > Assignee: Sandeep Tata > Fix For: 0.5 > > Attachments: 375-v2.patch, 375.patch > > > Writes that arrive during bootstrap need to be sent to the r replicas as well as the new node being bootstrapped. In the current code, only the existing replicas get the writes that arrive during bootstrap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.