RE: ReadTimeout on commit

2012-06-06 Thread spring
t: Mittwoch, 6. Juni 2012 13:52 > To: solr-user@lucene.apache.org > Subject: Re: ReadTimeout on commit > > As Erick says, you are probably hitting an occasional > automatic background > merge which takes a bit longer. That is not an indication of > a problem. > Increase

Re: ReadTimeout on commit

2012-06-06 Thread Mark Miller
Looks like the commit is taking longer than your set timeout. On Jun 5, 2012, at 6:51 AM, wrote: > Hi, > > I'm indexing documents in batches of 100 docs. Then commit. > > Sometimes I get this exception: > > org.apache.solr.client.solrj.SolrServerException: > java.net.SocketTimeoutException:

Re: ReadTimeout on commit

2012-06-06 Thread Jack Krupansky
rom: Erick Erickson Sent: Wednesday, June 06, 2012 7:02 AM To: solr-user@lucene.apache.org Subject: Re: ReadTimeout on commit You're probably hitting a background merge and the request is timing out even though the commit succeeds. Try querying for the data in the last packet to test this. An

Re: ReadTimeout on commit

2012-06-06 Thread Erick Erickson
You're probably hitting a background merge and the request is timing out even though the commit succeeds. Try querying for the data in the last packet to test this. And you don't say what version of Solr you're using. One test you can do is increase the number of documents before a commit. If mer

ReadTimeout on commit

2012-06-05 Thread spring
Hi, I'm indexing documents in batches of 100 docs. Then commit. Sometimes I get this exception: org.apache.solr.client.solrj.SolrServerException: java.net.SocketTimeoutException: Read timed out at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpS olrServer.java