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 9EC006741 for ; Mon, 13 Jun 2011 14:55:51 +0000 (UTC) Received: (qmail 90241 invoked by uid 500); 13 Jun 2011 14:55:49 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 90212 invoked by uid 500); 13 Jun 2011 14:55:49 -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 90204 invoked by uid 99); 13 Jun 2011 14:55:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 14:55:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of izquierdo@strands.com designates 217.116.18.226 as permitted sender) Received: from [217.116.18.226] (HELO mail.strands.com) (217.116.18.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 14:55:40 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.strands.com (Postfix) with ESMTP id 2F914300D1E for ; Mon, 13 Jun 2011 16:55:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at strands.com X-Spam-Score: -9.5 X-Spam-Level: Received: from mail.strands.com ([127.0.0.1]) by localhost (mail.strands.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EPI7C7hsja5H for ; Mon, 13 Jun 2011 16:55:19 +0200 (CEST) Received: from [172.16.180.64] (unknown [109.70.35.10]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: izquierdo) by mail.strands.com (Postfix) with ESMTPSA id 9D1CA18DC23 for ; Mon, 13 Jun 2011 16:55:19 +0200 (CEST) Subject: Re: insufficient space to compact even the two smallest files, aborting From: =?ISO-8859-1?Q?H=E9ctor?= Izquierdo Seliva To: user@cassandra.apache.org In-Reply-To: References: <1307704586.19401.60.camel@mierdi-laptop> <1307718655.10346.1.camel@mierdi-laptop> <1307969934.2758.2.camel@mierdi-laptop> Content-Type: text/plain; charset="UTF-8" Date: Mon, 13 Jun 2011 16:55:17 +0200 Message-ID: <1307976917.2758.5.camel@mierdi-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-9.5 required=5.1 tests=[ALL_TRUSTED=-5.5, BAYES_00=-4] autolearn=ham I was already way over the minimum. There were 12 sstables. Also, is there any reason why scrub got stuck? I did not see anything in the logs. Via jmx I saw that the scrubbed bytes were equal to one of the sstables size, and it stuck there for a couple hours . El lun, 13-06-2011 a las 22:55 +0900, Terje Marthinussen escribió: > That most likely happened just because after scrub you had new files > and got over the "4" file minimum limit. > > https://issues.apache.org/jira/browse/CASSANDRA-2697 > > Is the bug report. >