RE: 'waiting on condition' caused by DirectUpdateHandler2.commit - Solr-1.3

2011-05-10 Thread Uwe Schindler
Hi Bernard, Are you using the latest Java 6? Please see here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6741489 We have seen similar bugs in Lucene itself, too (SpellChecker as far as I know). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail:

Re: 'waiting on condition' caused by DirectUpdateHandler2.commit - Solr-1.3

2011-05-10 Thread Michael McCandless
Hmm, one thread is actively running a query (stuck building up field cache), while another thread is waiting to acquire lock to commit? Are you sure this is deadlock, vs it taks a really really long time to init the field cache for this one query? Also, you might want to try the tiny patch on

Re: 'waiting on condition' caused by DirectUpdateHandler2.commit - Solr-1.3

2011-05-10 Thread Bernhard C Gass
There are no requests running against the shards. - Bernhard On May 10, 2011, at 5:31 AM, Michael McCandless wrote: Hmm, one thread is actively running a query (stuck building up field cache), while another thread is waiting to acquire lock to commit? Are you sure this is deadlock, vs it