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 "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2017/12/25 19:07:00 UTC

[jira] [Resolved] (OAK-7113) IndexerMBean should allow to import without depending on all IndexStatsMbean available

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

Vikas Saurabh resolved OAK-7113.
--------------------------------
    Resolution: Fixed

Added {{importIndex(String path, boolean ignoreLocalLock)}} on trunk at [r1819253|https://svn.apache.org/r1819253].

> IndexerMBean should allow to import without depending on all IndexStatsMbean available
> --------------------------------------------------------------------------------------
>
>                 Key: OAK-7113
>                 URL: https://issues.apache.org/jira/browse/OAK-7113
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Vikas Saurabh
>            Assignee: Vikas Saurabh
>            Priority: Minor
>             Fix For: 1.8
>
>
> Currently, on non-clustered repository, IndexerMbean requires all IndexStatsMbean for all indexing to be available so that it can abort any currently running indexing.
> But, that comes in the way to import pre-exported indexed data automatically during startup when indexing lane mbeans won't be available.
> So, it's useful to have a relatively "unsafe" import method which won't require IndexStatsMbean. It's upto the caller to make sure that the IndexStatsMbean won't race during import.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)