Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6797C1107E for ; Mon, 30 Jun 2014 14:45:26 +0000 (UTC) Received: (qmail 23590 invoked by uid 500); 30 Jun 2014 14:45:26 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 23553 invoked by uid 500); 30 Jun 2014 14:45:26 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 23539 invoked by uid 99); 30 Jun 2014 14:45:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 14:45:26 +0000 Date: Mon, 30 Jun 2014 14:45:26 +0000 (UTC) From: "Marcus Eriksson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6621) STCS fallback is not optimal when bootstrapping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6621?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 14047715#comment-14047715 ]=20 Marcus Eriksson commented on CASSANDRA-6621: -------------------------------------------- Ah, now I get what you meant, yes, we can by default always disable STCS in= L0 during bootstrap, will fix > STCS fallback is not optimal when bootstrapping > ----------------------------------------------- > > Key: CASSANDRA-6621 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6621 > Project: Cassandra > Issue Type: Improvement > Reporter: Bart=C5=82omiej Roma=C5=84ski > Assignee: Marcus Eriksson > Priority: Minor > Labels: compaction, streaming > Fix For: 2.0.10 > > Attachments: 0001-option-to-disallow-L0-stcs.patch, 0001-property= -to-disable-stcs-in-l0.patch, 0001-wip-keep-sstable-level-when-bootstrappin= g.patch > > > The initial discussion started in (closed) CASSANDRA-5371. I've rewritten= my last comment here... > After streaming (e.g. during boostrap) Cassandra places all sstables at L= 0. At the end of the process we end up with huge number of sstables at the = lowest level.=20 > Currently, Cassandra falls back to STCS until the number of sstables at L= 0 reaches the reasonable level (32 or something). > I'm not sure if falling back to STCS is the best way to handle this parti= cular situation. I've read the comment in the code and I'm aware why it is = a good thing to do if we have to many sstables at L0 as a result of too man= y random inserts. We have a lot of sstables, each of them covers the whole = ring, there's simply no better option. > However, after the bootstrap situation looks a bit different. The loaded = sstables already have very small ranges! We just have to tidy up a bit and = everything should be OK. STCS ignores that completely and after a while we = have a bit less sstables but each of them covers the whole ring instead of = just a small part. I believe that in that case letting LCS do the job is a = better option that allowing STCS mix everything up before. > Is there a way to disable STCS fallback? I'd like to test that scenario i= n practice during our next bootstrap... > Does Cassandra really have to put streamed sstables at L0? The only thing= we have to assure is that sstables at any given level do not overlap. If w= e stream different regions from different nodes how can we get any overlaps= ? -- This message was sent by Atlassian JIRA (v6.2#6252)