You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2010/09/30 09:20:33 UTC

[jira] Updated: (JCR-2764) JackrabbitIndexReader prevents use of DocNumberCache

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

Marcel Reutegger updated JCR-2764:
----------------------------------

           Status: Patch Available  (was: Open)
    Fix Version/s: 2.2.0

> JackrabbitIndexReader prevents use of DocNumberCache
> ----------------------------------------------------
>
>                 Key: JCR-2764
>                 URL: https://issues.apache.org/jira/browse/JCR-2764
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 2.1.1, 2.1.0, 2.0.0, 1.6.2, 1.6.1, 1.6.0, 1.5.7, 1.5.6, 1.5.5, 1.5.4, 1.5.3, 1.5.2, 1.5.0
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: JCR-2764-test.patch, JCR-2764.patch
>
>
> The JackrabbitIndexReader was introduced in 1.5 by JCR-1363. Unfortunately it does not overwrite the method termDocs(Term), which means the default implementation in IndexReader is used. This bypasses the DocNumberCache built into CachingIndexReader, which is used for UUID terms that look up individual documents.

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