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 8820010013 for ; Tue, 11 Jun 2013 00:16:27 +0000 (UTC) Received: (qmail 63815 invoked by uid 500); 11 Jun 2013 00:16:25 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 63720 invoked by uid 500); 11 Jun 2013 00:16:25 -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 63712 invoked by uid 99); 11 Jun 2013 00:16:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 00:16:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcoli@eventbrite.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qc0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 00:16:19 +0000 Received: by mail-qc0-f169.google.com with SMTP id c10so3611076qcz.28 for ; Mon, 10 Jun 2013 17:15:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=EANX4d1awjbFAPXiadZJWgkSRU7IgerZ99xJIBA2oCk=; b=GOt1fASmzetuWdLVYOo7AO3/iSCwC6P329aWpzoOzn3Nnt+c1MPhwAIiOLO9iF9Qu9 QK105gEVP9DrC6DQAQAoHlq2i4bR4/ZQ/HjP0yncqFc/hdEFlW+ikHVsIXRWE42zpXHc 0lS/w+OGVmX3ma10+hSebO2ZgqEsHHJGADnSMbN45i6K0QwPs6XGBzX+SegKFIAJvn5h QsGL/lvhZeo6Bv1gL08TksiwD3oMdyZfdAclCFNNDVM2RgQyVpZ8gUUlERSSjDmiTcXf +vjRSk4SfyYfBUquP7Xb5Po2SRhftGNE6JcSNaAQhaq7gb4SDPgGr91O4jy+Vpknj/Vk 6h9A== MIME-Version: 1.0 X-Received: by 10.49.50.162 with SMTP id d2mr13276970qeo.17.1370909758835; Mon, 10 Jun 2013 17:15:58 -0700 (PDT) Received: by 10.49.5.135 with HTTP; Mon, 10 Jun 2013 17:15:58 -0700 (PDT) In-Reply-To: <1370902391.96634.YahooMailNeo@web162006.mail.bf1.yahoo.com> References: <1372322D3525455AA2CEAEC5E159FEB4@gmail.com> <6A747AD830B9440EA4669ACC8072599A@gmail.com> <1370898000.27157.YahooMailNeo@web162005.mail.bf1.yahoo.com> <1370902391.96634.YahooMailNeo@web162006.mail.bf1.yahoo.com> Date: Mon, 10 Jun 2013 17:15:58 -0700 Message-ID: Subject: Re: [Cassandra] Expanding a Cassandra cluster From: Robert Coli To: user@cassandra.apache.org, Emalayan Vairavanathan Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl5ZFk598lUjoFHzduGiUXi5NCEZxREQkPWW8d5bhSDx0hJJVagRMEAYFo0py0eer3wKq/c X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 10, 2013 at 3:13 PM, Emalayan Vairavanathan wrote: > I suspect that nodetool cleanup is IO intensive. So running nodetool cleanup > concurrently on the entire cluster may have a significantly impact the IO > performance of applications. cleanup is a specific kind of compaction, and as such respects the compaction throughput throttle. The compaction throughput throttle is designed to prevent compaction from negatively impacting the performance of things-not-compaction. If you notice that cleanup compaction on all or most nodes consumes too much i/o, reduce the throttle value. =Rob