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 6447EE3B1 for ; Tue, 12 Mar 2013 21:29:54 +0000 (UTC) Received: (qmail 22169 invoked by uid 500); 12 Mar 2013 21:29:51 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 22133 invoked by uid 500); 12 Mar 2013 21:29:51 -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 22123 invoked by uid 99); 12 Mar 2013 21:29:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 21:29:51 +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 edlinuxguru@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 21:29:47 +0000 Received: by mail-wi0-f172.google.com with SMTP id ez12so2250829wid.5 for ; Tue, 12 Mar 2013 14:29:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=MJ8XqpIaQkU8YP+c3i/eePDklP3LfoOVGx5eSFQ5uvw=; b=tZgtLBPOYmx6tNC/QA2tFpSJJ1tfuGN/5zsJOJrsiZvKDwZWUO00Ax8xt450RaqvQE /3153K0NtmQLddn4gUKrNgfVuqgM3ecCZmInds2695VvesRswoEun2+pDz+/sH6mvAyk 4v+EN/dLVimNKibpZ5OXa3Ejx11t3F/K4Z8ckMmzBwHACwiixWhzzP8R8S8QNiQAf8tJ y8U/kTJ/yDhuZQQXlEXVxzwZ9cZgYpEL8OMe2rNxTDXHbUHhw8Kf+Wv65vSq6bpzatus Zk//xz4CmwUlKM8colt89socfHcjrcv15zus2iY4hE1dS8uMFQmn1Y8esOuCxSwJrGcl ZAag== MIME-Version: 1.0 X-Received: by 10.180.87.170 with SMTP id az10mr23117861wib.3.1363123766295; Tue, 12 Mar 2013 14:29:26 -0700 (PDT) Received: by 10.194.61.137 with HTTP; Tue, 12 Mar 2013 14:29:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Mar 2013 17:29:26 -0400 Message-ID: Subject: Re: word of caution to those switching to LCS from SizeTieredStrategy From: Edward Capriolo To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=f46d0444e97fe0056e04d7c0fbd1 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444e97fe0056e04d7c0fbd1 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable yes LCS has its own compacting thing. It does not honor min compaction, max compaction, and no-ops major compaction. The issue is that at the moment you change your system moves all your sized data to L0 and then starts a huge compaction grid to level it. It would be great to just make this change to one server and see read/write. Check out the write sampling mode. Edward On Tue, Mar 12, 2013 at 9:08 AM, Hiller, Dean wrote: > We tested it in QA, but in production it brought our cluster to a halt > even though we setcompactionthroughput to 1, we were severely limited. > Nodetool stop compaction did not seem to have any impact either. We end= ed > up increasing memory on one node to help alleviate some issue(cranked it = up > to 16G and we hope to put it back down to 8 G later). > > Just be careful if you are trying to make the switch. Also, I added this > jira ticket which would be extremely nice to turn on LCS for a CF/node an= d > do a node by node switch=85 > > https://issues.apache.org/jira/browse/CASSANDRA-5335 > > > Dean > --f46d0444e97fe0056e04d7c0fbd1 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
yes LCS has its own compacting thing. It does not honor min compaction= , max compaction, and no-ops major compaction. The issue is that at the mom= ent you change your system moves all your sized data to L0 and then starts = a huge compaction grid to level it.=A0

It would be great to just make this change to one= server and see read/write.=A0

Check out the write= sampling mode.

Edward

On Tue, Mar 12, 2013 at 9:08 AM, Hiller, Dean <Dean.Hiller@nrel.gov= > wrote:
We tested it in QA, but in production it brought our cluster to a halt even= though we setcompactionthroughput to 1, we were severely limited. =A0Nodet= ool stop compaction did not seem to have any impact either. =A0We ended up = increasing memory on one node to help alleviate some issue(cranked it up to= 16G and we hope to put it back down to 8 G later).

Just be careful if you are trying to make the switch. =A0Also, I added this= jira ticket which would be extremely nice to turn on LCS for a CF/node and= do a node by node switch=85

https://issues.apache.org/jira/browse/CASSANDRA-5335


Dean

--f46d0444e97fe0056e04d7c0fbd1--