RE: Delays when deleting by query

2011-12-08 Thread Mike Gallan
ke > Date: Thu, 8 Dec 2011 08:25:52 -0500 > Subject: Re: Delays when deleting by query > From: erickerick...@gmail.com > To: solr-user@lucene.apache.org > > Hmmm, this is unusual. Can we see the code you use to delete? > And your solrconfig file? You're not doing somethin

Re: Delays when deleting by query

2011-12-08 Thread Erick Erickson
Hmmm, this is unusual. Can we see the code you use to delete? And your solrconfig file? You're not doing something odd like optimizing on commit or anything, right? You shouldn't have to commit after deletes. The fact that you're hanging is very odd (BTW, does "hanging" mean you're system is locke

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