Hi,
I'm getting an error with indexing using SolrJ after setting up the Basic
Authentication with the following code.
Credentials defaultcreds = new UsernamePasswordCredentials("id",
"password");
appendAuthentication(defaultcreds, "BASIC", solr);
private static void appendAuthentication(Credenti
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
>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
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
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
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
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
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 a Broken Pipe error on the commerce application from where
t; at
>
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
> at
>
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
> at java.lang.Thread.run(Thread.java:595)
> Anyone can help me out?
>
> Thanks,
> Tushar
>
> --
> View this message in context:
> http://www.nabble.com/Error-during-indexing.-tp21317294p21317294.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>
--
Regards,
Shalin Shekhar Mangar.
adPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Anyone can help me out?
Thanks,
Tushar
--
View this message in context:
http://www.nabble.com/Error-during-indexing.-tp21317294p21317294.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Sep 1, 2007, at 9:28 AM, Jae Joo wrote:
I have a Java Heap size problem during indexing for 13 millions
doc. under
linux using post.sh (optimized).
each document size is about 2k.
Is there any way to set java heap size in post.sh under tomcat?
post.sh is a Solr *client*. Your heap size
On 1-Sep-07, at 6:28 AM, Jae Joo wrote:
I have a Java Heap size problem during indexing for 13 millions
doc. under
linux using post.sh (optimized).
each document size is about 2k.
Is there any way to set java heap size in post.sh under tomcat?
You probably have to set the heap size when y
Hi,
I have a Java Heap size problem during indexing for 13 millions doc. under
linux using post.sh (optimized).
each document size is about 2k.
Is there any way to set java heap size in post.sh under tomcat?
Thanks,
Jae Joo
13 matches
Mail list logo