Re: Indexing into SolrCloud

2013-07-20 Thread Erick Erickson
> > > > -Original Message----- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Friday, July 19, 2013 8:08 AM > To: solr-user@lucene.apache.org > Subject: Re: Indexing into SolrCloud > > Usually EOF errors indicate that the packet you're sending

RE: Indexing into SolrCloud

2013-07-19 Thread Beale, Jim (US-KOP)
Mobile: 610-220-3067 -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, July 19, 2013 8:08 AM To: solr-user@lucene.apache.org Subject: Re: Indexing into SolrCloud Usually EOF errors indicate that the packet you're sending are too big. Wait, though.

Re: Indexing into SolrCloud

2013-07-19 Thread Erick Erickson
Usually EOF errors indicate that the packet you're sending are too big. Wait, though. 50K is not buffered docs, I think it's buffered _requests_. So you're creating a queue that's ginormous and asking 2 threads to empty it. But that's not really the issue I suspect. How many documents are you add