You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2015/10/22 09:49:27 UTC

[jira] [Created] (OAK-3534) Endless reindexing of async if no provider

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)