Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 85506 invoked from network); 8 Dec 2009 05:24:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Dec 2009 05:24:46 -0000 Received: (qmail 50625 invoked by uid 500); 8 Dec 2009 05:24:45 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 50522 invoked by uid 500); 8 Dec 2009 05:24:44 -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 50512 invoked by uid 99); 8 Dec 2009 05:24:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 05:24:44 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 05:24:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B61C4234C4A8 for ; Mon, 7 Dec 2009 21:24:20 -0800 (PST) Message-ID: <1136424121.1260249860744.JavaMail.jira@brutus> Date: Tue, 8 Dec 2009 05:24:20 +0000 (UTC) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-594) Replicator does not release old Fd of compacted DB 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 Replicator does not release old Fd of compacted DB -------------------------------------------------- Key: COUCHDB-594 URL: https://issues.apache.org/jira/browse/COUCHDB-594 Project: CouchDB Issue Type: Bug Components: Replication Affects Versions: 0.10.1, 0.11 Reporter: Adam Kocoloski Assignee: Adam Kocoloski Fix For: 0.10.2, 0.11 If you compact a local DB while a replication using that DB is running, the replicator will hang onto the Fd of the old file forever. Patch is on the way. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.