Re: HELP: CommonsHttpSolrServer.commit() time out after 1min

2013-02-19 Thread Siping Liu
Solrj. On Tue, Feb 19, 2013 at 9:08 PM, Erick Erickson wrote: > Well, your commits may have to wait until any merges are done, which _may_ > be merging your entire index into a single segment. Possibly this could > take more than 60 seconds. > > _How_ are you doing this? DIH? SolrJ? post.jar? >

Re: HELP: CommonsHttpSolrServer.commit() time out after 1min

2013-02-19 Thread Erick Erickson
Well, your commits may have to wait until any merges are done, which _may_ be merging your entire index into a single segment. Possibly this could take more than 60 seconds. _How_ are you doing this? DIH? SolrJ? post.jar? Best Erick On Tue, Feb 19, 2013 at 8:00 PM, Siping Liu wrote: > Thanks

Re: HELP: CommonsHttpSolrServer.commit() time out after 1min

2013-02-19 Thread Siping Liu
Thanks for the quick response. It's Solr 3.4. I'm pretty sure we get plenty memory. On Tue, Feb 19, 2013 at 7:50 PM, Alexandre Rafalovitch wrote: > Which version of Solr? > Are you sure you did not run out of memory half way through import? > > Regards, >Alex. > > Personal blog: http://blog

Re: HELP: CommonsHttpSolrServer.commit() time out after 1min

2013-02-19 Thread Alexandre Rafalovitch
Which version of Solr? Are you sure you did not run out of memory half way through import? Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately

HELP: CommonsHttpSolrServer.commit() time out after 1min

2013-02-19 Thread Siping Liu
Hi, we have an index with 2mil documents in it. From time to time we rewrite about 1/10 of the documents (just under 200k). No autocommit. At the end we a single commit and got time out after 60 sec. My questions are: 1. is it normal to have the commit of this size takes more than 1min? I know it's