From dev-return-11367-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Apr 02 09:51:55 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 35845 invoked from network); 2 Apr 2007 09:51:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 09:51:54 -0000 Received: (qmail 39288 invoked by uid 500); 2 Apr 2007 09:52:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 39259 invoked by uid 500); 2 Apr 2007 09:52:00 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 39250 invoked by uid 99); 2 Apr 2007 09:52:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 02:52:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 02:51:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6BAFD71403D for ; Mon, 2 Apr 2007 02:51:32 -0700 (PDT) Message-ID: <28239399.1175507492437.JavaMail.jira@brutus> Date: Mon, 2 Apr 2007 02:51:32 -0700 (PDT) From: "Przemo Pakulski (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-832) BundleDBPersistenceManager does not free blobStore resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org BundleDBPersistenceManager does not free blobStore resources ------------------------------------------------------------ Key: JCR-832 URL: https://issues.apache.org/jira/browse/JCR-832 Project: Jackrabbit Issue Type: Bug Components: core Affects Versions: 1.2.3 Reporter: Przemo Pakulski When removing binary property from node or removing node containing binary property, resources occupied by binary property are not freed (orphaned records remains in associated ${schemaObjectPrefix}BINVAL table). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.