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 474AF525A for ; Thu, 12 May 2011 16:52:17 +0000 (UTC) Received: (qmail 28310 invoked by uid 500); 12 May 2011 16:52:15 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 28284 invoked by uid 500); 12 May 2011 16:52:15 -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 28276 invoked by uid 99); 12 May 2011 16:52:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 16:52:15 +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 (nike.apache.org: domain of sylvain@datastax.com designates 74.125.83.44 as permitted sender) Received: from [74.125.83.44] (HELO mail-gw0-f44.google.com) (74.125.83.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 16:52:07 +0000 Received: by gwb20 with SMTP id 20so748808gwb.31 for ; Thu, 12 May 2011 09:51:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.92.1 with SMTP id u1mr479515ybl.384.1305219104924; Thu, 12 May 2011 09:51:44 -0700 (PDT) Received: by 10.146.86.9 with HTTP; Thu, 12 May 2011 09:51:44 -0700 (PDT) X-Originating-IP: [88.183.33.171] In-Reply-To: <4DCC04F0.3060707@panasiangroup.com> References: <4DCBBFAA.5040608@panasiangroup.com> <4DCC04F0.3060707@panasiangroup.com> Date: Thu, 12 May 2011 18:51:44 +0200 Message-ID: Subject: Re: Cassandra causing very high load on CPU's 0.6.3 From: Sylvain Lebresne To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, May 12, 2011 at 6:04 PM, Ali Ahsan wrote: > On 05/12/2011 04:08 PM, Ali Ahsan wrote: >> >> Hi All >> >> I am experience some problem with me two Cassandra node with RF=2,Both >> node CPU's usage is very high,load average: 9.47, 5.72, 5.11 and this >> causing my application to time out .I have xeon with 8 processor and 16 GB >> of Ram.and LVM setup for Cassandra.How can i trace the main issue of load i >> have no swap and swappies also set to 0.I am running Centos 5.5 64 Bit. > > Add to this i am using openjdk not sunjdk will this be an issue ? It is indeed advised to use sunjdk as openjdk is a bit behind as far as bug fixes are concerned. Moreover, 0.6.3 is pretty old now and we do have fixed a number of issue related to load spikes, so before investigating further the best advice I can give you is to upgrade (either to 0.6.13 if you really feel like staying on 0.6, or to 0.7.5). -- Sylvain