Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 40744 invoked from network); 25 Jan 2011 20:06:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 20:06:08 -0000 Received: (qmail 49194 invoked by uid 500); 25 Jan 2011 20:06:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 49103 invoked by uid 500); 25 Jan 2011 20:06:07 -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 49095 invoked by uid 99); 25 Jan 2011 20:06:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 20:06:07 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 20:06:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0PK5kRF014413 for ; Tue, 25 Jan 2011 20:05:47 GMT Message-ID: <20484049.199231295985946832.JavaMail.jira@thor> Date: Tue, 25 Jan 2011 15:05:46 -0500 (EST) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-2051) Fixes for multi-datacenter writes In-Reply-To: <1244891.192511295974725130.JavaMail.jira@thor> 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-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986654#action_12986654 ] T Jake Luciani commented on CASSANDRA-2051: ------------------------------------------- Looks good +1, thanks for testing this ivan > Fixes for multi-datacenter writes > --------------------------------- > > Key: CASSANDRA-2051 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2051 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.1 > Reporter: Jonathan Ellis > Assignee: ivan > Fix For: 0.7.1 > > Attachments: 2051-2.txt, rep_fix_02.patch > > > Copied from CASSANDRA-982: > * Message::removeHeader > message.setHeader(RowMutation.FORWARD_HEADER, null) throws NullPointerException > * db/RowMutationVerbHandler::forwardToLocalNodes > set correct destination address for sendOneWay > * response(ReadResponse result) added to DatacenterReadCallback > otherwise ReadCallback will process local results and condition will be never signaled in DatacenterReadCallback > * FORWARD header removed in StorageProxy::sendMessages if dataCenter equals to localDataCenter > (if a non local DC processed before local DC FORWARD header will be set when unhintedMessage used in sendToHintedEndpoints. one instance of Message used for unhintedMessage) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.