Wojtek, I'm not familiar with the details of Tomcat configuration, but this definitely sounds like a container issue, closely related to the JVM.
Doing a thread dump for the Java process (the JVM your TOmcat runs in) while the GC is running will show you which threads are blocked and in turn that should point you in the right direction as far as Tomcat setting is covered. Sorry for not being able to give you a more specific answer. Is this happening with the latest JVM from Sun? I'd be curious if you could reproduce this in Jetty.... Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: wojtekpia <wojte...@hotmail.com> > To: solr-user@lucene.apache.org > Sent: Wednesday, February 4, 2009 2:37:46 PM > Subject: Queued Requests during GC > > > During full garbage collection, Solr doesn't acknowledge incoming requests. > Any requests that were received during the GC are timestamped the moment GC > finishes (at least that's what my logs show). Is there a limit to how many > requests can queue up during a full GC? This doesn't seem like a Solr > setting, but rather a container/OS setting (I'm using Tomcat on Linux). > > Thanks. > > Wojtek > -- > View this message in context: > http://www.nabble.com/Queued-Requests-during-GC-tp21837898p21837898.html > Sent from the Solr - User mailing list archive at Nabble.com.