Re: CommonsHttpSolrServer add document hangs

2010-07-20 Thread Max Lynch
[mailto:rober...@buy.com] >> Sent: maandag 12 juli 2010 22:30 >> To: solr-user@lucene.apache.org >> Subject: RE: CommonsHttpSolrServer add document hangs >> >> You could try a master slave setup using replication perhaps, then the >> slave serves searches a

Re: CommonsHttpSolrServer add document hangs

2010-07-13 Thread Max Lynch
gt; interfere with the indexing and you should have a pretty responsive > system. > > -Original Message- > From: Robert Petersen [mailto:rober...@buy.com] > Sent: maandag 12 juli 2010 22:30 > To: solr-user@lucene.apache.org > Subject: RE: CommonsHttpSolrServer add document h

RE: CommonsHttpSolrServer add document hangs

2010-07-13 Thread Fornoville, Tom
al Message- From: Robert Petersen [mailto:rober...@buy.com] Sent: maandag 12 juli 2010 22:30 To: solr-user@lucene.apache.org Subject: RE: CommonsHttpSolrServer add document hangs You could try a master slave setup using replication perhaps, then the slave serves searches and indexing commits on

RE: CommonsHttpSolrServer add document hangs

2010-07-12 Thread Robert Petersen
:ihas...@gmail.com] Sent: Monday, July 12, 2010 11:57 AM To: solr-user@lucene.apache.org Subject: Re: CommonsHttpSolrServer add document hangs Thanks Robert, My script did start going again, but it was waiting for about half an hour which seems a bit excessive to me. Is there some tuning I can do o

Re: CommonsHttpSolrServer add document hangs

2010-07-12 Thread Max Lynch
@lucene.apache.org > Subject: CommonsHttpSolrServer add document hangs > > Hey guys, > I'm using Solr 1.4.1 and I've been having some problems lately with code > that adds documents through a CommonsHttpSolrServer. It seems that > randomly > the call to theserver.add()

RE: CommonsHttpSolrServer add document hangs

2010-07-12 Thread Robert Petersen
Maybe solr is busy doing a commit or optimize? -Original Message- From: Max Lynch [mailto:ihas...@gmail.com] Sent: Monday, July 12, 2010 9:59 AM To: solr-user@lucene.apache.org Subject: CommonsHttpSolrServer add document hangs Hey guys, I'm using Solr 1.4.1 and I've been h

CommonsHttpSolrServer add document hangs

2010-07-12 Thread Max Lynch
Hey guys, I'm using Solr 1.4.1 and I've been having some problems lately with code that adds documents through a CommonsHttpSolrServer. It seems that randomly the call to theserver.add() will hang. I am currently running my code in a single thread, but I noticed this would happen in multi threade