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 7A1299A0B for ; Fri, 22 Jun 2012 18:16:43 +0000 (UTC) Received: (qmail 49003 invoked by uid 500); 22 Jun 2012 18:16:43 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 48960 invoked by uid 500); 22 Jun 2012 18:16:43 -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 48750 invoked by uid 99); 22 Jun 2012 18:16:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 18:16:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0CF32142864 for ; Fri, 22 Jun 2012 18:16:43 +0000 (UTC) Date: Fri, 22 Jun 2012 18:16:43 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <511487566.44853.1340389003055.JavaMail.jiratomcat@issues-vm> In-Reply-To: <488477620.16188.1339692042359.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (CASSANDRA-4341) Small SSTable Segments Can Hurt Leveling Process MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-4341. --------------------------------------- Resolution: Fixed +1, committed > Small SSTable Segments Can Hurt Leveling Process > ------------------------------------------------ > > Key: CASSANDRA-4341 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4341 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 1.0.0 > Reporter: Benjamin Coverston > Assignee: Jonathan Ellis > Priority: Minor > Labels: compaction > Fix For: 1.1.2 > > Attachments: 4341-fix.txt, 4341.txt > > > This concerns: > static int MAX_COMPACTING_L0 = 32; > Repair can create very small SSTable segments. We should consider moving to a threshold that takes into account the size of the files brought into compaction rather than the number of files for this and similar situations. Bringing the small files from L0 to L1 magnifies the issue. > If there are too many very small files in L0 perhaps even an intermediate compaction would even reduce the magnifying effect of a L0 to L1 compaction. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira