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

[jira] Updated: (JCR-1082) cache getting out of sync with transientstore causes pathnotfoundexception

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

quipere updated JCR-1082:
-------------------------

    Attachment: TransientStoreOutOfSyncWithCacheTest.java

> cache getting out of sync with transientstore causes pathnotfoundexception
> --------------------------------------------------------------------------
>
>                 Key: JCR-1082
>                 URL: https://issues.apache.org/jira/browse/JCR-1082
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.3.1
>            Reporter: quipere
>         Attachments: repository.xml, TransientStoreOutOfSyncWithCacheTest.java
>
>
> Done some further debugging and think the problem is in the synchronization between cache and transientstore. When I retrieve a childnode when I just made its parent node transient (by removing a prop or something), it will not be added to the cache. When I then remove this node, its nodeid is not removed from cache since its stateId wasn't saved in the cache.  After that I add the same node node again with the same name. When I now try to retrieve this node, I get a path not found exception. I see that by retrieving it, its nodeit is resolved from the cache using its path. Only since the removed node was not removed from cache it returns the nodeid of the already removed node. There is no node present with this id in the transientstore and therefor it throws a pathnotfoundexception.
> provided a failing junit test and repository.xml

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