lucene locking

2010-12-15 Thread Donld Hill
I have a app that seems to be locking on some search calls. I am including the stacktrace for the blocked and blocker thread. We are using the following jars lucene-snowball-2.1.0.jar and lucene-2.1.0.jar. The indexes are located on the local disk. We are running on multiple JVM's against the

Re: lucene locking

2010-12-16 Thread Donld Hill
So will updating to a newer version of Lucene help with the performance when loading DOCS. I will also do some research to see what is being loaded as this is a 3rd party that's using Lucene. Can I safely upgrade to a newer version, do I need to perform any updates on the actual indices? On