Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 1104 invoked from network); 15 Oct 2008 14:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2008 14:59:05 -0000 Received: (qmail 84319 invoked by uid 500); 15 Oct 2008 14:56:36 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 84294 invoked by uid 500); 15 Oct 2008 14:56:36 -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 84283 invoked by uid 99); 15 Oct 2008 14:56:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 07:56:36 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 14:55:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 526D9234C220 for ; Wed, 15 Oct 2008 07:55:44 -0700 (PDT) Message-ID: <1657900826.1224082544336.JavaMail.jira@brutus> Date: Wed, 15 Oct 2008 07:55:44 -0700 (PDT) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1798) JCR2SPI: Avoid individual Item reloading upon Session/Item.refresh(true) In-Reply-To: <1439391755.1223564924239.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-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1798. ------------------------- Resolution: Fixed Fix Version/s: 1.5.0 Assignee: angela > JCR2SPI: Avoid individual Item reloading upon Session/Item.refresh(true) > ------------------------------------------------------------------------ > > Key: JCR-1798 > URL: https://issues.apache.org/jira/browse/JCR-1798 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-jcr2spi > Reporter: angela > Assignee: angela > Fix For: 1.5.0 > > > with CacheBehaviour.INVALIDATE Item.refresh(true) and Session.refresh(true) results in individual reloading of the existing entries in the hierarchy circumventing all batch read optimization. > Apart from general optimization of the refresh itself, refresh(true) should rather mark existing items and force a reload upon next access (similar to the behaviour implemented with refresh(false)). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.