[
https://issues.apache.org/jira/browse/LUCENE-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Sale updated LUCENE-1544:
--
Attachment: TestAddIndexes.java
JUnit test.
method/testcase that recreates deadlock
>
> Thanks Doug.
>
> Mike
>
> Doug Sale wrote:
>
> A deadlock issue occurs under the following circumstances
>> - IndexWriter.autoCommit == true
>> - IndexWriter.directory contains multiple segments
>> - IndexWriter.AddIndex(IndexReader[]) is invoked
>
Affects Versions: 2.4
Environment: should be ubiquitous... but, Win XP on a MacBookPro
(Intel) under Eclipse (Ganymede) using default compiler/runtime
Reporter: Doug Sale
A deadlock issue occurs under the following circumstances
- IndexWriter.autoCommit == true
ted
constructor (autocommit == true). Additionally, I noted that
'IndexWriter.AddIndex(Directory[])' has been deprecated and wasn't sure of
the fate of 'IndexWriter.AddIndex(IndexReader[])' in 3.0.
- Doug Sale
package org.apache.lucene;
import org.apache.lucene.an