Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DE6ADB1E for ; Mon, 30 Jul 2012 12:14:50 +0000 (UTC) Received: (qmail 5313 invoked by uid 500); 30 Jul 2012 12:14:47 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 5294 invoked by uid 500); 30 Jul 2012 12:14:47 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 5285 invoked by uid 99); 30 Jul 2012 12:14:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2012 12:14:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of timwintle@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2012 12:14:40 +0000 Received: by eaaa11 with SMTP id a11so1074770eaa.31 for ; Mon, 30 Jul 2012 05:14:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :x-mailer:content-transfer-encoding:mime-version; bh=MR6P38HhoDsBTzq5x/cJMkVh+V2nJ4lRJuKnOMlb5m8=; b=aax605E8bF1czNFXA0Qb+Kc7LuX2TaAC+jvECilSkxHeyqkaQ0Z4ihAYaaaqO57XyW /0V5dTr99hxlQoK6plS44FyoduwSc3BYbbTXv4PsuMgtRY1UUqFkC6FK8g9LAi0rXx/A IwRlJOyF9dlc662nx2wvs8vTzjBYz+f2ELSojlszns5zhBfs0vjHbCgKEXIkd2fv6IxV RP/DtcrKcIjsotCHvkXoSFS81F9u3H+mxVMKEaFOi143G2eOSco4xpprIkb74aPUKTil TO1nqqRU2Zb6R1+07DTqwqooSy54KB42gTnJNWJtCBhctjapjyKn0RqPfht3WeY/CkGK kyyA== Received: by 10.14.178.134 with SMTP id f6mr12044198eem.2.1343650458837; Mon, 30 Jul 2012 05:14:18 -0700 (PDT) Received: from [172.16.1.85] (87-194-110-230.bethere.co.uk. [87.194.110.230]) by mx.google.com with ESMTPS id j4sm27828210eeo.11.2012.07.30.05.14.16 (version=SSLv3 cipher=OTHER); Mon, 30 Jul 2012 05:14:17 -0700 (PDT) Message-ID: <1343650460.25139.11.camel@tim-desktop> Subject: Re: increased RF and repair, not working? From: Tim Wintle To: user@cassandra.apache.org Date: Mon, 30 Jul 2012 13:14:20 +0100 In-Reply-To: References: <1343414587.v2.mailanyonewebmail-596227@fuseweb2e> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2012-07-30 at 14:40 +0300, Tamar Fraenkel wrote: > Hi! > To clarify it a bit more, > Let's assume the setup is changed to > RF=3 > W_CL=QUORUM (or two for that matter) > R_CL=ONE > The setup will now work for both read and write in case of one node > failure. > What are the disadvantages, other than the disk space needed to > replicate everything trice instead of twice? Will it affect also > performance? (I'm also running RF2, W_CL1, R_CL1 atm - so this is theoretical) As I understand it, the most significant performance hit will be to the variation in response time. For example with R_CL1, (roughly) 1% of requests will be take more than the worst 10% of server response times. With R_CL=QUORUM 2.8% of requests will have the same latency. (assuming I've just calculated that right) Tim > >