Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-18 Thread Shawn Heisey
On 8/16/2016 8:53 PM, Jaspal Sawhney wrote: > We are running solr 4.6 in master-slave configuration where in our master is > used entirely for indexing. No search traffic comes to master ever. > Off late we have started to get the early EOF error on the solr Master which > results in a Broken Pip

Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-17 Thread Erick Erickson
>From my testing program, there's nothing standard here. As the blog points out, since I was indexing fairly simple documents you should _not_ be expecting to see those indexing rates. The point of the article was just to show the _relative_ changes when I sent batches. Best, Erick On Wed, Aug 1

Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-17 Thread Jaspal Sawhney
Erick Going through the article which you shared. Where are you getting the Docs/second value? Thanks On 8/17/16, 4:37 PM, "Jaspal Sawhney" wrote: >Erick >Thanks - My batch size was 30 and thread size also 30. >Thanks > >On 8/17/16, 3:48 PM, "Erick Erickson" wrote: > >>What this probably indica

Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-17 Thread Jaspal Sawhney
Erick Thanks - My batch size was 30 and thread size also 30. Thanks On 8/17/16, 3:48 PM, "Erick Erickson" wrote: >What this probably indicates is that the size of the packets you send >to Solr is large enough that it exceeds the transport protocol's >limit. This is reinforced by your statement t

Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-17 Thread Erick Erickson
What this probably indicates is that the size of the packets you send to Solr is large enough that it exceeds the transport protocol's limit. This is reinforced by your statement that reducing the batch size fixes the problem even though it increases indexing time. So the place I'd be looking is t

Re: Error During Indexing - org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: early EOF

2016-08-17 Thread Jaspal Sawhney
Bump ! On 8/16/16, 10:53 PM, "Jaspal Sawhney" wrote: >Hello >We are running solr 4.6 in master-slave configuration where in our master >is used entirely for indexing. No search traffic comes to master ever. >Off late we have started to get the early EOF error on the solr Master >which results in

Re: Error during indexing.

2009-01-06 Thread Shalin Shekhar Mangar
Photo objects? Is it binary data you are trying to send in an XML request? On Wed, Jan 7, 2009 at 12:57 AM, Tushar_Gandhi < tushar_gan...@neovasolutions.com> wrote: > > Hi, > I am getting an error whenever I am going to index specifically photo > objects. > For other objects it is working. > >

Re: Error during indexing.

2009-01-06 Thread Erik Hatcher
What's the XML you're sending it? It's got something invalid in it, obviously. How are you indexing? Via SolrJ? Or some other POST way? Erik On Jan 6, 2009, at 2:27 PM, Tushar_Gandhi wrote: Hi, I am getting an error whenever I am going to index specifically photo objects. F