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 E2AA7F765 for ; Wed, 20 Mar 2013 12:06:35 +0000 (UTC) Received: (qmail 19382 invoked by uid 500); 20 Mar 2013 12:06:33 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 19319 invoked by uid 500); 20 Mar 2013 12:06:33 -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 19268 invoked by uid 99); 20 Mar 2013 12:06:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 12:06:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of samuelsson.joel@gmail.com designates 209.85.212.174 as permitted sender) Received: from [209.85.212.174] (HELO mail-wi0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 12:06:25 +0000 Received: by mail-wi0-f174.google.com with SMTP id hi8so5175845wib.1 for ; Wed, 20 Mar 2013 05:06:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=CmGqEx5bUMMFE10CcDofnswULeGjybIOj5I0KfN5+KA=; b=zQwKH7THhZ9f+XzpJIZJrkIhmz3MWQ5fpcIfyXabGexLAjoVf74YFGGt7VE/vqRH0V 6OEcqgofMA/5iK/8pXMiq+B4zNAwshUTn01th9hAGFLJsUU0vqdUsiCV85enHyt8LODH IreZClUH7QDSlbTb+3YMkg5B5x0XG56IU1BHA+L7Ma35wvrJwQBWcWfsoWtXIDRZHAHr Ux6rqn5ipI3CryPxaGOEGkbZiwDQe/hMKk1wEzL5erJ5jxZsLcGRDanpO5W2sHkIKqco ZmTK5zafSi+WmIPY0+ezqhOGg5JyE1l6rdaUGzm4Xum67B3pBzA9sb4d3vxDcZkaUH5W 19hg== MIME-Version: 1.0 X-Received: by 10.194.109.35 with SMTP id hp3mr10079142wjb.15.1363781164562; Wed, 20 Mar 2013 05:06:04 -0700 (PDT) Received: by 10.194.44.99 with HTTP; Wed, 20 Mar 2013 05:06:04 -0700 (PDT) Date: Wed, 20 Mar 2013 13:06:04 +0100 Message-ID: Subject: Cassandra freezes From: Joel Samuelsson To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e010d8574dd810804d85a0b59 X-Virus-Checked: Checked by ClamAV on apache.org --089e010d8574dd810804d85a0b59 Content-Type: text/plain; charset=ISO-8859-1 Hello, I've been trying to load test a one node cassandra cluster. When I add lots of data, the Cassandra node freezes for 4-5 minutes during which neither reads nor writes are served. During this time, Cassandra takes 100% of a single CPU core. My initial thought was that this was Cassandra flushing memtables to the disk, however, the disk i/o is very low during this time. Any idea what my problem could be? I'm running in a virtual environment in which I have no control of drives. So commit log and data directory is (probably) on the same drive. Best regards, Joel Samuelsson --089e010d8574dd810804d85a0b59 Content-Type: text/html; charset=ISO-8859-1
Hello,

I've been trying to load test a one node cassandra cluster. When I add lots of data, the Cassandra node freezes for 4-5 minutes during which neither reads nor writes are served.
During this time, Cassandra takes 100% of a single CPU core.
My initial thought was that this was Cassandra flushing memtables to the disk, however, the disk i/o is very low during this time.
Any idea what my problem could be?
I'm running in a virtual environment in which I have no control of drives. So commit log and data directory is (probably) on the same drive.

Best regards,
Joel Samuelsson
--089e010d8574dd810804d85a0b59--