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 3E1902396 for ; Mon, 25 Apr 2011 17:45:44 +0000 (UTC) Received: (qmail 45921 invoked by uid 500); 25 Apr 2011 17:45:44 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 45885 invoked by uid 500); 25 Apr 2011 17:45:44 -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 45874 invoked by uid 99); 25 Apr 2011 17:45:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2011 17:45:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2011 17:45:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5ED46B3829 for ; Mon, 25 Apr 2011 17:45:03 +0000 (UTC) Date: Mon, 25 Apr 2011 17:45:03 +0000 (UTC) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Message-ID: <2081158201.218.1303753503385.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1026960267.21076.1301481246684.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2404) if out of disk space reclaim compacted SSTables during memtable flush MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024878#comment-13024878 ] Hudson commented on CASSANDRA-2404: ----------------------------------- Integrated in Cassandra-0.7 #457 (See [https://builds.apache.org/hudson/job/Cassandra-0.7/457/]) force GC to reclaim disk space on flush, if necessary patch by jbellis; reviewed by slebresne for CASSANDRA-2404 > if out of disk space reclaim compacted SSTables during memtable flush > --------------------------------------------------------------------- > > Key: CASSANDRA-2404 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2404 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Aaron Morton > Assignee: Jonathan Ellis > Priority: Minor > Fix For: 0.7.6 > > Attachments: 2404-0.7.txt, 2404-0.8.txt > > > During compaction if there is not enough disk space we invoke GC to reclaim unused space. > During memtable and binary memtable flush we just error out if there is not enough disk space to flush the table. > Can we make cfs.createFlushWriter() use the same logic as Table.getDataFileLocation() to reclaim space if needed? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira