You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/01/02 09:52:34 UTC

[jira] Reopened: (JCR-1197) Node.restore() may throw InvalidItemStateException

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

Tobias Bocanegra reopened JCR-1197:
-----------------------------------


change produces a lot of warning messages:

   ItemStateReferenceCache: overwriting cached entry <uuid>
(ItemStateReferenceCache.java, line 117)
   MLRUItemStateCache: overwriting cached entry <uuid>
(MLRUItemStateCache.java, line 140)
   ItemStateMap: overwriting map entry <uuid> (ItemStateMap.java, line 8

> Node.restore() may throw InvalidItemStateException
> --------------------------------------------------
>
>                 Key: JCR-1197
>                 URL: https://issues.apache.org/jira/browse/JCR-1197
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core, versioning
>    Affects Versions: 1.3.3
>            Reporter: Przemo Pakulski
>            Assignee: Tobias Bocanegra
>            Priority: Critical
>             Fix For: 1.4
>
>         Attachments: CheckoutFailure.java
>
>
> It seems that ItemManager cache is not maintained correctly. I'm getting InvalidItemStateException: 'propertyId' has been modified externally tryin restore/checkout versionable nodes in single thread.
> ItemState should be evicted from ItemStateManager cache when modified, it seems that status of ItemState is changed to MODIFIED, but itemState remains in the cache.

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