On Tue, Jan 19, 2010 at 5:57 PM, Steve Conover <scono...@gmail.com> wrote: > I'm using latest solr 1.4 with java 1.6 on linux. I have a 3M > document index that's 10+GB. We currently give solr 12GB of ram to > play in and our machine has 32GB total. > > We're seeing a problem where solr blocks during commit - it won't > server /select requests - in some cases for more than 15-30 seconds. > We'd like to somehow configure things such that there's no > interruption in /select service.
A commit shouldn't cause searches to block. Could this perhaps be a stop-the-word GC pause that coincides with the commit? -Yonik http://www.lucidimagination.com