You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Daniel Draeger (JIRA)" <ji...@apache.org> on 2012/05/11 15:11:50 UTC

[jira] [Created] (JCR-3305) spi2davex.RepositoryServiceImpl -> idUriCache raises until heap overflow

Daniel Draeger created JCR-3305:
-----------------------------------

             Summary: spi2davex.RepositoryServiceImpl -> idUriCache raises until heap overflow
                 Key: JCR-3305
                 URL: https://issues.apache.org/jira/browse/JCR-3305
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-spi2dav
            Reporter: Daniel Draeger


from class URIResolverImpl:
// TODO: to-be-fixed. uri/id-caches don't get updated

While querying the JCR, it seems that the queryPath of each result property of each node is cached within the idUriCache and the cache is never cleaned up.
- cleaning the cache
- configurable parameter for max cache size should be available

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira