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 A3ADED2F5 for ; Fri, 14 Sep 2012 13:24:36 +0000 (UTC) Received: (qmail 63319 invoked by uid 500); 14 Sep 2012 13:24:34 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 63294 invoked by uid 500); 14 Sep 2012 13:24:34 -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 63284 invoked by uid 99); 14 Sep 2012 13:24:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 13:24:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rohit.kommareddy@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vb0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 13:24:26 +0000 Received: by vbbfc26 with SMTP id fc26so5351635vbb.31 for ; Fri, 14 Sep 2012 06:24:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=N4o7rjs+Qt9YRSIBvVE+Emw/wUkmVQ1Ix1d6b/HF9Ek=; b=tlibc83XODDEpeH5mKkXPO6u5fi9Z1SR7oHd5X/Ii4dSvxa47hsAk3i14k+R1uZ9jA VVPbXO08HK9LR2oMo0VmF+bMGWVkR2bFDOChY1Cvmq1SzLBm+hTCjJ9FwOq7RcS+AzV+ SrTO3B4yWL090tX4NHxsEpu0o19NyGsC5mkfjXRjqmQV8c0Nt2jIteyW/WsUPefPdbxp RuBRy6WD0ODsIsLANn1NpHOo4Z+7t8PNSCX2H2Da4bKaiZ4VQsWOmSvV3v/71sbbNeJU zjphdo9jwKcvust9Yp8FAwOdkCqFwDz5XHmmVjjS/CpOqodzBKr9RXaxkqPfM7hiAPre y7YA== MIME-Version: 1.0 Received: by 10.220.106.143 with SMTP id x15mr2118158vco.33.1347629045497; Fri, 14 Sep 2012 06:24:05 -0700 (PDT) Received: by 10.58.70.14 with HTTP; Fri, 14 Sep 2012 06:24:05 -0700 (PDT) Date: Fri, 14 Sep 2012 18:54:05 +0530 Message-ID: Subject: Cassandra node going down From: rohit reddy To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=f46d0432b1c28bbd5004c9a95686 --f46d0432b1c28bbd5004c9a95686 Content-Type: text/plain; charset=UTF-8 Hi, I'm facing a problem in Cassandra cluster deployed on EC2 where the node is going down under write load. I have configured a cluster of 4 Large EC2 nodes with RF of 2. All nodes are instance storage backed. DISK is RAID0 with 800GB I'm pumping in write requests at about 4000 writes/sec. One of the node went down under this load. The total data size in each node was not more than 7GB Got the following WARN messages in the LOG file... 1. setting live ratio to minimum of 1.0 instead of 0.9003153296009601 2. Heap is 0.7515559786053904 full. You may need to reduce memtable and/or cache sizes. Cassandra will now flush up to the two largest memtables to free up memory. Adjust flush_largest_memtables_at threshold in cassandra.yaml if you don't want Cassandra to do this automatically 3. WARN [CompactionExecutor:570] 2012-09-14 11:45:12,024 CompactionTask.java (line 84) insufficient space to compact all requested files All cassandra settings are default settings. Do i need to tune anything to support this write rate? Thanks Rohit --f46d0432b1c28bbd5004c9a95686 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm facing a problem in Cassandra clu= ster deployed on EC2 where the node is going down under write load.

I have configured a cluster of 4 Large EC2 nodes with RF = of 2.
All nodes are instance storage backed. DISK is RAID0 with 800GB
<= div>
I'm pumping in write requests at about 4000 writes/s= ec. One of the node went down under this load. The total data size in each = node was not more than 7GB
Got the following WARN messages in the LOG file...

1. setting live ratio to minimum of 1.0 instead of 0.9003153296009601=
2. Heap is 0.7515559786053904 full. =C2=A0You may need to reduce= memtable and/or cache sizes. =C2=A0Cassandra will now flush up to the two = largest memtables to free up memory. =C2=A0Adjust flush_largest_memtables_a= t threshold in cassandra.yaml if you don't want Cassandra to do
this automatically
3. WARN [CompactionExecutor:570] 2012-09-= 14 11:45:12,024 CompactionTask.java (line 84) insufficient space to compact= all requested files

All cassandra settings are de= fault settings.
Do i need to tune anything to support this write rate?

<= /div>
Thanks
Rohit

--f46d0432b1c28bbd5004c9a95686--