You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Alex Parvulescu <al...@gmail.com> on 2013/01/08 14:50:15 UTC

Re: [Broken] apache/jackrabbit-oak#322 (trunk - c0e2852)

hi,

I switched the code to use the SerialMergeScheduler in rev 1430280 to fix
the error for now as a temp solution.

best,
alex


On Thu, Dec 20, 2012 at 9:22 AM, Jukka Zitting <ju...@gmail.com>wrote:

> Hi,
>
> On Thu, Dec 20, 2012 at 10:13 AM, Michael Dürig <md...@apache.org>
> wrote:
> > I see these from time to time on my local machine also. Any idea what
> could
> > cause this?
>
> We should probably switch the Lucene index to use SerialMergeScheduler
> instead of the default one that starts background threads for merging.
>
> Alternatively, as discussed separately, we may need to switch the
> Lucene indexer from a CommitHook to an Observer (with some cluster
> synchronization mechanism) so it can better run things in background.
>
> BR,
>
> Jukka Zitting
>