RE: Delays when deleting by query

2011-12-08 Thread Mike Gallan
> You could try using the default Jetty container just for yucks > to see if Tomcat is somehow the culprit, although many people > use Tomcat so it'd b something peculiar to your setup. > > Best > Erick > > On Wed, Dec 7, 2011 at 8:55 AM, Mike Gallan wrote: > >

RE: Delays when deleting by query

2011-12-07 Thread Mike Gallan
I ran some more tests.  I added an explicit commit after each deleteByQuery() call and removed the add/reindex step.  This hung up immediately and completed (or timed out?) after 20 minutes.  The hangs occur almost exactly 20 minutes apart.  Could this be a Tomcat issue? I ran jconsole but did

Delays when deleting by query

2011-12-06 Thread Mike Gallan
Hello, We're encountering delays of 10+ minutes when trying to delete from our Solr 3.4 instance. We have 335k documents indexed and interface using SolrJ. Our schema basically consists of a parent object with multiple child objects. Every object is indexed as a separate document wit