On Tue, Oct 4, 2011 at 11:29 AM, Mihai Caraman <caraman.mi...@gmail.com>wrote:
> I also think that there is nothing special in the second restart, except > > > that that by that time there were other servlets up (?) which were able > to > > trigger simultaneous AddDoc requests, exposing this bug... > > > > Makes sense? > > > > It does. Can those two Ts be from the threadedindexwriter? > I assume so, though I am not sure what is in that threaded index writer as it seems part of your app (org.myapp.search.CustomLucene.ThreadedIndexWriter). I opened https://issues.apache.org/jira/browse/LUCENE-3484 for this and will fix this soon. Patch in that issue shows how to reproduce this error. Thanks for reporting this!