IndexingQueue not checked on initial index creation
---------------------------------------------------
Key: JCR-2035
URL: https://issues.apache.org/jira/browse/JCR-2035
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 1.5.0, 1.4, 1.3
Reporter: Marcel Reutegger
Priority: Minor
With a default value of 100 for extractorBackLogSize and lots of text
extractions that time out, the temp folder gets filled with extractor*.tmp
files. This is because the IndexingQueue.getFinishedDocuments() is not called
during the initial index creation. This is not an issue during regular
operation because the method is called periodically from a timer thread.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.