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 444B3DCDB for ; Thu, 6 Sep 2012 10:13:16 +0000 (UTC) Received: (qmail 63691 invoked by uid 500); 6 Sep 2012 10:13:16 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 62216 invoked by uid 500); 6 Sep 2012 10:13:09 -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 62148 invoked by uid 99); 6 Sep 2012 10:13:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 10:13:07 +0000 Date: Thu, 6 Sep 2012 21:13:07 +1100 (NCT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1110573040.43683.1346926387777.JavaMail.jiratomcat@arcas> In-Reply-To: <1876636623.31893.1346749327965.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (JCR-3419) Overwriting Cache Entry Warnings 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-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449546#comment-13449546 ] Marcel Reutegger commented on JCR-3419: --------------------------------------- Had a chat with Stefan and he pointed out Observation and EventListeners. The patch has an effect on the events sent to event listeners. Right now it sends out a PROPERTY_REMOVED and a PROPERTY_ADDED event. With the patch only a PROPERTY_MODIFIED is fired. I think that's OK and according to spec, but some applications may still depend on the current behaviour... > Overwriting Cache Entry Warnings > -------------------------------- > > Key: JCR-3419 > URL: https://issues.apache.org/jira/browse/JCR-3419 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.5.1 > Reporter: Marcel Reutegger > Assignee: Marcel Reutegger > Priority: Minor > Attachments: JCR-3419.patch > > > Recently the logs show warnings about overwriting cache entries. This is a regression caused by JCR-3345 and happens when an existing node is removed and created again with the same UUID in a single save call. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira