Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 12965 invoked from network); 17 Oct 2007 17:49:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 17:49:34 -0000 Received: (qmail 51240 invoked by uid 500); 17 Oct 2007 17:46:30 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 51211 invoked by uid 500); 17 Oct 2007 17:46:29 -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 51191 invoked by uid 99); 17 Oct 2007 17:46:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 10:46:29 -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; Wed, 17 Oct 2007 17:46:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 67E5271422C for ; Wed, 17 Oct 2007 10:45:51 -0700 (PDT) Message-ID: <9433192.1192643151423.JavaMail.jira@brutus> Date: Wed, 17 Oct 2007 10:45:51 -0700 (PDT) From: "Pablo Rios (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1138) Data store garbage collection In-Reply-To: <3907318.1190019272082.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535639 ] Pablo Rios commented on JCR-1138: --------------------------------- Shouldn't transient objects be removed from the WeakReference map when they are persisted ? Could this responsibility be added to the AbstractBundlePersistenceManager and called from the store(ChangeLog) method ? > Data store garbage collection > ----------------------------- > > Key: JCR-1138 > URL: https://issues.apache.org/jira/browse/JCR-1138 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Thomas Mueller > Assignee: Thomas Mueller > Fix For: 1.4 > > > Currently the data store garbage collection needs to be run manually. It should be simpler to use (maybe tool based), or automatic. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.