[
https://issues.apache.org/jira/browse/OAK-8097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16955973#comment-16955973
]
Julian Reschke commented on OAK-8097:
-------------------------------------
Note that
<http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/directory/CopyOnWriteDirectory.java?r1=1841926&r2=1854565&pathrev=1854565&diff_format=h>
fixes a log statement (which AFAIUis not really related to this change and
should be fixed in previous releases as well).
> Load Lucene index files before writing to the index
> ---------------------------------------------------
>
> Key: OAK-8097
> URL: https://issues.apache.org/jira/browse/OAK-8097
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: lucene
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
> Priority: Major
> Fix For: 1.12.0
>
>
> Right now, Lucene index files are downloaded from the datastore when reading
> from the index (when running a query). However, when updating the index, they
> are not downloaded. So if lazy loading of index files is enabled (OAK-7947),
> files are read from the datastore (streaming). Leading to the following
> warnings in the log file:
> {noformat}
> org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
> COWRemoteFileReference::local file (_2.cfs) doesn't exist
> ...
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)