[
https://issues.apache.org/jira/browse/JCR-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742786#action_12742786
]
Marcel Reutegger commented on JCR-1854:
---------------------------------------
Introduced a factory that creates redo logs with a default implementation that
creates redo logs in the index directory. That's what it also did before.
Exposed ConsistencyCheck on SearchIndex for test purposes.
svn revision: 803825
> Use Journal as index redo log when available
> --------------------------------------------
>
> Key: JCR-1854
> URL: https://issues.apache.org/jira/browse/JCR-1854
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Marcel Reutegger
> Priority: Minor
>
> The index maintains a redo log that keeps track of index changes that are
> currently only held in memory. If there is a journal configured for
> Jackrabbit then the index may as well use the information from the journal to
> perform a recovery. This avoids that information is written multiple times.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.