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

Re: Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Sergiusz Urbaniak
r 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.maybeRefresh(ReferenceManager.java:204) and a >&