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 139AF118AE for ; Tue, 24 Jun 2014 06:36:25 +0000 (UTC) Received: (qmail 76833 invoked by uid 500); 24 Jun 2014 06:36:24 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 76797 invoked by uid 500); 24 Jun 2014 06:36:24 -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 76782 invoked by uid 99); 24 Jun 2014 06:36:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 06:36:24 +0000 Date: Tue, 24 Jun 2014 06:36:24 +0000 (UTC) From: "Marcus Eriksson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7414) After cleanup we can end up with non-compacting high level sstables 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-7414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-7414: --------------------------------------- Attachment: 0001-Include-high-level-sstables-in-lower-level-compactio-v2.patch bq. getOverlappingStarvedSSTables: you can pull calculating min/max boundary out of the loop. The loop will only be entered for the highest level which has sstables (and has not been compacted for a long time), so we always at most calculate min/max once attaching v2 which addresses the other comments > After cleanup we can end up with non-compacting high level sstables > ------------------------------------------------------------------- > > Key: CASSANDRA-7414 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7414 > Project: Cassandra > Issue Type: Bug > Reporter: Marcus Eriksson > Assignee: Marcus Eriksson > Priority: Minor > Attachments: 0001-Include-high-level-sstables-in-lower-level-compactio-v2.patch, 0001-Include-high-level-sstables-in-lower-level-compactio.patch > > > If we run cleanup (or increase sstable size) on a node with LCS, we could end up with a bunch of sstables in higher levels that are "never" compacted. -- This message was sent by Atlassian JIRA (v6.2#6252)