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 DA5B1498A for ; Wed, 15 Jun 2011 22:21:10 +0000 (UTC) Received: (qmail 90083 invoked by uid 500); 15 Jun 2011 22:21:08 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 90054 invoked by uid 500); 15 Jun 2011 22:21:08 -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 90046 invoked by uid 99); 15 Jun 2011 22:21:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 22:21:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ashaw@wetafx.co.nz designates 110.232.144.26 as permitted sender) Received: from [110.232.144.26] (HELO meera.wetafx.co.nz) (110.232.144.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 22:21:02 +0000 Received: from localhost (localhost [127.0.0.1]) by meera.wetafx.co.nz (Postfix) with ESMTP id 35A339F00004 for ; Thu, 16 Jun 2011 10:20:40 +1200 (NZST) X-Virus-Scanned: with amavisd-new by meera at meera.wetafx.co.nz Received: from meera.wetafx.co.nz ([127.0.0.1]) by localhost (meera.wetafx.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Swr-IqhYLowA; Thu, 16 Jun 2011 10:20:40 +1200 (NZST) Received: from jupiter036.localdomain (webmail.wetafx.co.nz [192.168.120.66]) by meera.wetafx.co.nz (Postfix) with ESMTP id 0439E9F00001 for ; Thu, 16 Jun 2011 10:20:40 +1200 (NZST) Received: from localhost (localhost [127.0.0.1]) by jupiter036.localdomain (Postfix) with ESMTP id EA9395BE961 for ; Thu, 16 Jun 2011 10:20:39 +1200 (NZST) X-Virus-Scanned: amavisd-new at wetafx.co.nz Received: from jupiter036.localdomain ([127.0.0.1]) by localhost (smtp-digi.wetafx.co.nz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YqhzbpI-2L3Y for ; Thu, 16 Jun 2011 10:20:39 +1200 (NZST) Received: from [192.168.50.137] (roro.wetafx.co.nz [192.168.50.137]) by jupiter036.localdomain (Postfix) with ESMTP id D95875BE904 for ; Thu, 16 Jun 2011 10:20:39 +1200 (NZST) Message-ID: <4DF93037.80603@wetafx.co.nz> Date: Thu, 16 Jun 2011 10:20:39 +1200 From: Aurynn Shaw User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Slowdowns during repair Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hey all; So, we have Cassandra running on a 5-server ring, with a RF of 3, and we're regularly seeing major slowdowns in read & write performance while running nodetool repair, as well as the occasional Cassandra crash during the repair window - slowdowns past 10 seconds to perform a single write. The repair cycle runs nightly on a different server, so each server has it run once a week. We're running 0.7.0 currently, and we'll be upgrading to 0.7.6 shortly. System load on the Cassandra servers is never more than 10% CPU and utterly minimal IO usage, so I wouldn't think we'd be seeing issues quite like this. What sort of knobs should I be looking at tuning to reduce the impact that nodetool repair has on Cassandra? What questions should I be asking as to why Cassandra slows down to the level that it does, and what I should be optimizing? Additionally, what should I be looking for in the logs when this is happening? There's a lot in the logs, but I'm not sure what to look for. Cassadra is, in this instance, backing a system that supports around a million requests a day, so not terribly heavy traffic. Thanks, Aurynn