Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 20832 invoked from network); 1 Jan 2011 18:45:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jan 2011 18:45:13 -0000 Received: (qmail 33069 invoked by uid 500); 31 Dec 2010 17:45:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 33040 invoked by uid 500); 31 Dec 2010 17:45:12 -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 33032 invoked by uid 99); 31 Dec 2010 17:45:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 17:45:12 +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; Fri, 31 Dec 2010 17:45:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBVHim9x019952 for ; Fri, 31 Dec 2010 17:44:48 GMT Message-ID: <12392048.85171293817488679.JavaMail.jira@thor> Date: Fri, 31 Dec 2010 12:44:48 -0500 (EST) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-982) read repair on quorum consistencylevel 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-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-982: ------------------------------------- Attachment: (was: 0002-implement-read-repair-as-a-second-resolve-after-the-in.txt) > read repair on quorum consistencylevel > -------------------------------------- > > Key: CASSANDRA-982 > URL: https://issues.apache.org/jira/browse/CASSANDRA-982 > Project: Cassandra > Issue Type: New Feature > Components: Core > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Priority: Minor > Fix For: 0.7.1 > > Attachments: 0001-better-digest-checking-for-ReadResponseResolver.patch, 0001-r-m-SP.weakRead-rename-strongRead-to-fetchRows.-read-r.txt, 0002-implement-read-repair-as-a-second-resolve-after-the-in.txt, 0002-quorum-only-read.txt, 0003-rename-QuorumResponseHandler-ReadCallback.txt, 982-resolve-digests-v2.txt > > Original Estimate: 6h > Remaining Estimate: 6h > > CASSANDRA-930 made read repair "fuzzy optional," but this only helps with ConsistencyLevel.ONE: > - Quorum reads always send requests to all nodes > - only the first Quorum's worth of responses get compared > So what we'd like to do two changes: > - only send read requests to the closest R live nodes > - if read repair is enabled, also compare results from the other nodes in the background -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.