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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/11/05 14:58:59 UTC

[jira] [Assigned] (OAK-2788) Improve system resilience in case of index corruption

     [ https://issues.apache.org/jira/browse/OAK-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra reassigned OAK-2788:
------------------------------------

    Assignee: Chetan Mehrotra

> Improve system resilience in case of index corruption
> -----------------------------------------------------
>
>                 Key: OAK-2788
>                 URL: https://issues.apache.org/jira/browse/OAK-2788
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene, query
>            Reporter: Michael Marth
>            Assignee: Chetan Mehrotra
>              Labels: resilience
>             Fix For: 1.6
>
>
> I have had issues in cases when the async Lucene index had gotten corrupted. With this index unusable the only option was to re-index.  The problem however was that there were ongoing queries relying on this index even during re-indexing. Because the original index was corrupted these queries led to further load on the system (traversals afair).
> I wonder if we could improve the system resilience in such situations.
> One thing I could think of: could we maybe fallback to the last known non-corrupted index state while the re-index is running? This would at least take off the load due to new incoming queries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)