Always best to give the version of Solr you are using out of the gate. How large is your index?
It may be that sometimes background merges are triggered, and sometimes they are not. Also, some bugs around the autocommit code (commitWithin shares a lot of code with autocommit) have recently been fixed. Don't think they matched what you are describing though. - Mark Miller lucidimagination.com On Nov 2, 2011, at 11:40 PM, Vijay Sampath wrote: > Hi, > > I'm using CommitWithin for immediate commit. The response times are > inconsistent. Sometimes it's less than a second. Sometimes more than 25 > seconds. I'm not sending concurrent requests. Any idea? > > http://wiki.apache.org/solr/CommitWithin > > Snippet: > > UpdateRequest req = new UpdateRequest(); > req.add( solrDoc); > req.setCommitWithin(5000); > req.process( server ); > > > > Thanks, > Vijay > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLRJ-commitWithin-inconsistent-tp3476104p3476104.html > Sent from the Solr - User mailing list archive at Nabble.com.