You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/11/23 18:00:18 UTC

[jira] Updated: (JCR-2813) "overwriting cached entry" warnings

     [ https://issues.apache.org/jira/browse/JCR-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-2813:
-------------------------------

      Component/s: jackrabbit-core
    Fix Version/s: 2.2.0

In revision 1038201 I added a mechanism that avoids the big synchronization block but still makes sure that no two threads can concurrently load the same item.

> "overwriting cached entry" warnings
> -----------------------------------
>
>                 Key: JCR-2813
>                 URL: https://issues.apache.org/jira/browse/JCR-2813
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Stefan Guggisberg
>            Priority: Critical
>             Fix For: 2.2.0
>
>
> when using multiple concurrent sessions you'll find *lots* of log entries like:
>     03.11.2010 21:17:03 *WARN * ItemStateReferenceCache: overwriting cached entry ad79ca57-5eb1-4b7d-a439-a9fd73cc8c5a (ItemStateReferenceCache.java, line 176)
> those are actually legitimate warnings since there's a siginificant risk of data loss/inconsistency involved.
> this is apparently a regression of changes introduced by JCR-2699, specifically svn r1004223

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.