Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 86614 invoked from network); 7 Mar 2011 21:21:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Mar 2011 21:21:41 -0000 Received: (qmail 94381 invoked by uid 500); 7 Mar 2011 21:21:39 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 94321 invoked by uid 500); 7 Mar 2011 21:21:39 -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 94311 invoked by uid 99); 7 Mar 2011 21:21:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2011 21:21:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ruslan.usifov@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-px0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2011 21:21:34 +0000 Received: by pxi6 with SMTP id 6so1234544pxi.31 for ; Mon, 07 Mar 2011 13:21:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=67kA9kk0aPV38LNYjVOa+qQxxSHYhPRFcqHkcP6gml0=; b=CwKzIsCsI4idIaJ5B29HislPJ5hMyUbyg4S7LzdZQpuA+7utWiNvo5rKvpAEO3/Qnc Wtg1FXZ8x58e5MD6aIRIYRs1yrvowWeOUMmvu/1qMyC9MitD62c+kf2P1cdq8oHKL/I6 7Esk0ZDDjZx/aqgCG9lSr4iVr/+26DOzXMemQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JsWT1TqvmC3gVjFboyJ+yP4zMWMLteQ/9Z9xwzm8luwGrjJcg6tcQLHNgbT5jGrYM3 r4/rskTwJClhbiYTVprOWPE5yaQtIMh5QIEQQmV280G4Tm8faIMUHSOcIBVR9bnqTvrd DVgHsyqTKpjTtgfBMTRrClslBX9w4egQmSkDg= MIME-Version: 1.0 Received: by 10.143.27.17 with SMTP id e17mr3582975wfj.297.1299532874106; Mon, 07 Mar 2011 13:21:14 -0800 (PST) Received: by 10.143.7.10 with HTTP; Mon, 7 Mar 2011 13:21:14 -0800 (PST) In-Reply-To: <9C7C5AE5-70EB-4DA3-B717-21DFA95B3132@thelastpickle.com> References: <9C7C5AE5-70EB-4DA3-B717-21DFA95B3132@thelastpickle.com> Date: Tue, 8 Mar 2011 00:21:14 +0300 Message-ID: Subject: Re: Nodes frozen in GC From: ruslan usifov To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=00504502c5c355c757049deb1367 --00504502c5c355c757049deb1367 Content-Type: text/plain; charset=ISO-8859-1 Hello thanks for reply 2011/3/7 Aaron Morton > It's always possible to run out of memory. Can you provide... > > - number cf's and their Memtable settings > 1 CF with memtable 64MB, other settings as default > - any row or key cache settings > Its stay default e.g 200000, but i don't do any read, only writes > - any other buffer or memory settings you may have changed in > Cassandra.yaml. > I change only binary_memtable_throughput_in_mb setting, and set it to 64MB > - what load you are putting on the cluster, e.g. Inserting x rows/columns > per second with avg size y > > > I do bulk load of real data into cluster. In may case this do in 16 threads (8 process / per machine, on two machines), with avg insert speed 1000 per second per thread, so total is 16000 rows per second, with avg size of row 573 bytes --00504502c5c355c757049deb1367 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello thanks for reply

2011/3/7 Aaron Mor= ton <aaron@= thelastpickle.com>
It's always possible to run out of memory= . Can you provide...

- number cf's and their M= emtable settings
1 CF with memtable 64MB, othe= r settings as default

=A0
- any row or key cache settings
Its stay default e.g 200000, but i don't do any read, only writes<= br>
=A0
<= div bgcolor=3D"#FFFFFF">
- any other buffer or memory settings you may have changed in Cassandr= a.yaml.
I change only binary_memtable_throughp= ut_in_mb setting, and set it to 64MB


=A0
- what load you are putting on the cluster, e= .g. Inserting x rows/columns per second with avg size y


I do bulk load of real data into cluster. In = may case this do in 16 threads (8 process / per machine, on two machines), = with avg insert speed 1000 per second per thread, so total is 16000 rows pe= r second, with avg size of row 573 bytes
--00504502c5c355c757049deb1367--