Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 4734 invoked from network); 6 Apr 2010 13:11:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Apr 2010 13:11:54 -0000 Received: (qmail 22186 invoked by uid 500); 6 Apr 2010 13:11:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 22165 invoked by uid 500); 6 Apr 2010 13:11:54 -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 22157 invoked by uid 99); 6 Apr 2010 13:11:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 13:11:54 +0000 X-ASF-Spam-Status: No, hits=-1227.9 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 06 Apr 2010 13:11:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 749E1234C1EE for ; Tue, 6 Apr 2010 13:11:33 +0000 (UTC) Message-ID: <851903325.9581270559493463.JavaMail.jira@brutus.apache.org> Date: Tue, 6 Apr 2010 13:11:33 +0000 (UTC) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-930) make RR chance configurable In-Reply-To: <1593525328.569891269917007916.JavaMail.jira@brutus.apache.org> 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-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853920#action_12853920 ] Hudson commented on CASSANDRA-930: ---------------------------------- Integrated in Cassandra #399 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/399/]) > make RR chance configurable > --------------------------- > > Key: CASSANDRA-930 > URL: https://issues.apache.org/jira/browse/CASSANDRA-930 > Project: Cassandra > Issue Type: Wish > Components: Core > Reporter: Jonathan Ellis > Assignee: Matthew F. Dennis > Priority: Minor > Fix For: 0.7 > > Attachments: CASSANDRA-930.patch > > > Read load increases linearly with replication factor. While this can be mitigated by simply adding machines, it would also be nice to be able to configure on a per-CF basis the chance of performing a read repair, so that particularly heavily read CFs could have a chance of (say) 10% and seldom-used ones could continue to repair every time, i.e., chance of 100%. Thus, the "hot keys get repaired before waiting for anti-entropy to kick in" property gets preserved, but you might see a few more reads serving old values than before. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.