Avoid item state reads during Session.logout()
----------------------------------------------

                 Key: JCR-2231
                 URL: https://issues.apache.org/jira/browse/JCR-2231
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
            Reporter: Marcel Reutegger
            Priority: Minor


Local item states are discarded during Session.logout(). Currently the 
CachingHierarchyManager is still registered as a item state listener at that 
time and will cause numerous ItemStateManager.hasItemState() calls. This is 
unnecessary and just adds overhead to the logout call. In addition it will also 
contribute to a potential lock contention on the SharedItemStateManager.

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

Reply via email to