Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E870E9E8D for ; Tue, 31 Jul 2012 07:10:36 +0000 (UTC) Received: (qmail 34472 invoked by uid 500); 31 Jul 2012 07:10:36 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 34274 invoked by uid 500); 31 Jul 2012 07:10:35 -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 34232 invoked by uid 99); 31 Jul 2012 07:10:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 07:10:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C17E2142851 for ; Tue, 31 Jul 2012 07:10:34 +0000 (UTC) Date: Tue, 31 Jul 2012 07:10:34 +0000 (UTC) From: "Thomas Mueller (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <209939123.120274.1343718634794.JavaMail.jiratomcat@issues-vm> In-Reply-To: <609819115.11.1341224782704.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (JCR-3369) Garbage collector improvements 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/JCR-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425573#comment-13425573 ] Thomas Mueller commented on JCR-3369: ------------------------------------- Merged into the 2.4 branch in revision 1367435 > Garbage collector improvements > ------------------------------ > > Key: JCR-3369 > URL: https://issues.apache.org/jira/browse/JCR-3369 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Mete Atamel > Assignee: Thomas Mueller > Fix For: 2.2.13, 2.4.3, 2.5.1 > > Attachments: JCR-3369-2.2.patch, JCR-3369-2.4.patch, JCR-3369-trunk.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > We identified a number of improvements to garbage collector related code to make it more robust, specifically: > 1- As discussed in JCR-3340, when GC goes through nodes, it can encounter a lot of ItemStateExceptions. Currently, stack trace of these exceptions are not logged and this makes debugging difficult. Instead, ItemStateExceptions should at least be logged with full stack trace every 1 minute or so. > 2- As discussed in JCR-3341, GC does not fail fast if there is a problem and it should. > 3- Session usage in the GC is problematic. The session in GC is used for traversing the content and marking the binaries, but the listener in that class uses the same session as well, when a node is added. GC should rather use a separate session in onEvent() to avoid concurrent use. > 4- GC listens for NODE_ADDED event for moved nodes but instead it should listen for NODE_MOVED. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira