Davide Giannella created OAK-3534:
-------------------------------------
Summary: Endless reindexing of async if no provider
Key: OAK-3534
URL: https://issues.apache.org/jira/browse/OAK-3534
Project: Jackrabbit Oak
Issue Type: Bug
Components: core, query
Affects Versions: 1.3.8
Reporter: Davide Giannella
Placeholder issue for the moment. Require more investigations and a
test case.
It seems that if an index definition has {{reindex=true}} but no index
provider is able to serve the index type, the re-indexing process will
retry endlessly.
Possible way to reproduce
- create an initial content with an index definition of type lucene
and reindex=true
- start the repository without the lucene IndexProvider or having it
disabled.
- see in the logs that the reindex will always re-index from scratch
as there are no checkpoints.
Should the reindex fail and stop after some attempts?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)