Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 25096 invoked from network); 8 Dec 2010 15:51:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 15:51:55 -0000 Received: (qmail 63735 invoked by uid 500); 8 Dec 2010 15:51:53 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 63603 invoked by uid 500); 8 Dec 2010 15:51:53 -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 63595 invoked by uid 99); 8 Dec 2010 15:51:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 15:51:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of static.void.dev@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 15:51:43 +0000 Received: by pvc21 with SMTP id 21so342985pvc.31 for ; Wed, 08 Dec 2010 07:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=242jqftPzfTlRrlPo8sqjLv9VBu9gbhtHoLMjTZ2OiA=; b=aV3mgyoGT80/TsAuEAYXu9gtUuT4fKY1rEDZvj3UwtjZJtSoLPd8FM9onJQ1lvwp4+ otsevoY8FU9eACcYdvsQ18XYzwQg5apO4wGNTQ5Yhi7R0a34Gehgpa+eHzZ2sYqZIZUv CRKq4kwItP1ulQFgqJEvu+Vb8JyjpYe+y303A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=VuS0sJ6/FvDKLUFmOBH0mEoK3RA+sHKmYq4GxdO0KAk2yWNDjmD6Mft/Kah8nONzLY OkHbTE/BN6v/YNfQ4uSgCkwlCuWYRdWe9bR2fadbdkHk9U8TLLruh7KNHRImn/dowwjM O1V27b0CwwcHPAspw9LBYwc7gVDStOwRfYtUI= Received: by 10.142.166.20 with SMTP id o20mr2703518wfe.382.1291823482546; Wed, 08 Dec 2010 07:51:22 -0800 (PST) Received: from 209.sub-75-208-125.myvzw.com (209.sub-75-208-125.myvzw.com [75.208.125.209]) by mx.google.com with ESMTPS id y42sm992199wfd.22.2010.12.08.07.51.20 (version=SSLv3 cipher=RC4-MD5); Wed, 08 Dec 2010 07:51:21 -0800 (PST) Message-ID: <4CFFA977.9010505@gmail.com> Date: Wed, 08 Dec 2010 07:51:19 -0800 From: Mark User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: Ran out of space during cleanup.. HELP References: <4CFF0D1D.6010807@gmail.com> <4CFF222C.4070000@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Did both but didn't seem to help. I have another drive on that machine with some free space. If I add another directory to the DataFileDirectory config and restart, will it start using that directory? Anything else I can do? This actually leads me to an important question. Should I always make sure that Cassandra doesn't get past 50% of the drives free space, otherwise an anticompaction like this can just destroy the machine? On 12/8/10 1:12 AM, Jake Maizel wrote: > Also, look for any snapshots that can be cleared with nodetool > clearsnapshot or just run the command to remove any that exist. > > On Wed, Dec 8, 2010 at 9:04 AM, Oleg Anastasyev wrote: >> Mark gmail.com> writes: >> >>> Caused by: java.lang.RuntimeException: Insufficient disk space to flush >>> at >>> On 12/7/10 8:44 PM, Mark wrote: >>>> 3 Node cluster and I just ran a nodetool cleanup on node #3. 1 and 2 >>>> are now at 100% disk space. What should I do? >>> >> >> Is there files with -tmp n their names ? >> Try to remove them to free up disk space. >> >> >> > >