Re: Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Sergiusz Urbaniak
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?

Re: Deadlock in DocumentsWriterFlushControl

2013-05-15 Thread Simon Willnauer
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

Fwd: Deadlock in DocumentsWriterFlushControl

2013-05-15 Thread Sergiusz Urbaniak
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