Hi Simon,
Thanks for the quick response! I just created
https://issues.apache.org/jira/browse/LUCENE-5002.
Sergiusz
On Wed, May 15, 2013 at 11:49 PM, Simon Willnauer
wrote:
> This seems like a bug caused due to the fact that we moved the CFS
> building into DWPT. Can you open an issue for this?
This seems like a bug caused due to the fact that we moved the CFS
building into DWPT. Can you open an issue for this?
simon
On Wed, May 15, 2013 at 5:50 PM, Sergiusz Urbaniak
wrote:
> Hi all,
>
> We have an obvious deadlock between a "MaybeRefreshIndexJob" thread
> calling ReferenceManager.mayb
Hi all,
We have an obvious deadlock between a "MaybeRefreshIndexJob" thread
calling ReferenceManager.maybeRefresh(ReferenceManager.java:204) and a
"RebuildIndexJob" thread calling
IndexWriter.deleteAll(IndexWriter.java:2065).
Lucene tries to flush in the "MaybeRefreshIndexJob" thread while
simult