You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2008/02/13 16:05:08 UTC

[jira] Created: (JCR-1380) CachingHierarchyManager synchronization problem

CachingHierarchyManager synchronization problem
-----------------------------------------------

                 Key: JCR-1380
                 URL: https://issues.apache.org/jira/browse/JCR-1380
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 1.4
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller


The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager.

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


[jira] Commented: (JCR-1380) CachingHierarchyManager synchronization problem

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592040#action_12592040 ] 

Thomas Mueller commented on JCR-1380:
-------------------------------------

Revision 651247: improved test case

> CachingHierarchyManager synchronization problem
> -----------------------------------------------
>
>                 Key: JCR-1380
>                 URL: https://issues.apache.org/jira/browse/JCR-1380
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.4
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: core 1.4.1
>
>
> The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager.

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


[jira] Resolved: (JCR-1380) CachingHierarchyManager synchronization problem

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-1380.
--------------------------------

    Resolution: Fixed

> CachingHierarchyManager synchronization problem
> -----------------------------------------------
>
>                 Key: JCR-1380
>                 URL: https://issues.apache.org/jira/browse/JCR-1380
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.4
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: 1.4.1
>
>
> The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager.

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


[jira] Updated: (JCR-1380) CachingHierarchyManager synchronization problem

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller updated JCR-1380:
--------------------------------

    Fix Version/s: 1.4.1

This should be fixed in 1.4.1 as well

> CachingHierarchyManager synchronization problem
> -----------------------------------------------
>
>                 Key: JCR-1380
>                 URL: https://issues.apache.org/jira/browse/JCR-1380
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.4
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: 1.4.1
>
>
> The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager.

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


[jira] Commented: (JCR-1380) CachingHierarchyManager synchronization problem

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568580#action_12568580 ] 

Thomas Mueller commented on JCR-1380:
-------------------------------------

Fixed in revision 627461 (trunk)

> CachingHierarchyManager synchronization problem
> -----------------------------------------------
>
>                 Key: JCR-1380
>                 URL: https://issues.apache.org/jira/browse/JCR-1380
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.4
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>
> The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager.

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


[jira] Commented: (JCR-1380) CachingHierarchyManager synchronization problem

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569530#action_12569530 ] 

Jukka Zitting commented on JCR-1380:
------------------------------------

Merged to the 1.4 branch in revision 628271.

> CachingHierarchyManager synchronization problem
> -----------------------------------------------
>
>                 Key: JCR-1380
>                 URL: https://issues.apache.org/jira/browse/JCR-1380
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.4
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: 1.4.1
>
>
> The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager.

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