Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 33418 invoked from network); 27 Dec 2010 10:46:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Dec 2010 10:46:08 -0000 Received: (qmail 67092 invoked by uid 500); 27 Dec 2010 10:46:08 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 66931 invoked by uid 500); 27 Dec 2010 10:46:07 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 66923 invoked by uid 99); 27 Dec 2010 10:46:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 10:46:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 10:46:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBRAjjM2002243 for ; Mon, 27 Dec 2010 10:45:45 GMT Message-ID: <27325603.27671293446745531.JavaMail.jira@thor> Date: Mon, 27 Dec 2010 05:45:45 -0500 (EST) From: "Mathias Leppich (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-926) Compaction does not release file descriptors In-Reply-To: <15349090.75291288081581777.JavaMail.jira@thor> 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/COUCHDB-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975229#action_12975229 ] Mathias Leppich commented on COUCHDB-926: ----------------------------------------- this is a major bug for all running a production environment. any date when you're releasing v1.0.2, which hopefully include the fix (rev 1036295)? > Compaction does not release file descriptors > -------------------------------------------- > > Key: COUCHDB-926 > URL: https://issues.apache.org/jira/browse/COUCHDB-926 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 1.0.1 > Environment: Ubuntu 9.04/10.4 > Reporter: Russell van der Walt > Assignee: Filipe Manana > Fix For: 1.0.2, 1.1 > > Attachments: test_comp.sh > > > When couch compacts a database, file descriptors of the deleted files are left open, causing the freed disk space to not be released to the system. With regular compaction, the system eventually runs out of disk space. > There is a conversation thread in the user mailing list titled "Couch not releasing deleted files" that gives more insight into the problem, but I have been unable to find a bug report for it, so please accept my apologies if this has already been dealt with. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.