Broken pipe when indexing in solr using ConcurrentUpdateSolrClient

2018-06-17 Thread BIBI Yassin
Hello, Sometimes we have "broken pipe" error when indexing 40 000 000 of documents using ConcurrentUpdateSolrClient in java. I have find on google that's probably is because à time out. But in ConcurrentUpdateSolrClient we can't configure timeout. For example the las

Re: Broken pipe error

2016-11-29 Thread Shawn Heisey
On 11/29/2016 4:47 AM, Srinivas Kashyap wrote: > Can somebody guide me how to resolve this issue? > > Some of the parameters for Tomcat set are : > > maxWait="15000" maxActive="1000" maxIdle="50". A broken pipe error usually means that the TCP connect

Broken pipe error

2016-11-29 Thread Srinivas Kashyap
Hello, After starting the solr application and running full imports, running into this below error after a while: null:org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:393) at

Re: Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-17 Thread vsilgalis
. Vy -- View this message in context: http://lucene.472066.n3.nabble.com/Java-net-socketexception-broken-pipe-Solr-4-10-2-tp4199484p4200498.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-14 Thread jaime spicciati
ncGCThreads=4-XX:+UseConcMarkSweepGC-XX:+UseParNewGC-XX:MaxTenuringThreshold=8-XX:TargetSurvivorRatio=90-XX:SurvivorRatio=4-XX:NewRatio=3-XX:-UseSuperWord-Xmx5588m-Xms1596m > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Java-net-socketexception-brok

Re: Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-14 Thread vsilgalis
vorRatio=4-XX:NewRatio=3-XX:-UseSuperWord-Xmx5588m-Xms1596m -- View this message in context: http://lucene.472066.n3.nabble.com/Java-net-socketexception-broken-pipe-Solr-4-10-2-tp4199484p4199561.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-14 Thread Shawn Heisey
which we store the indexes on (netapp SAN with nfs exports on SAS > disk). Broken pipe errors usually indicate that the client gave up waiting for the server and disconnected the TCP connection before the server completed processing and sent a response. This is frequently because of configured t

Re: Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-13 Thread vsilgalis
). -- View this message in context: http://lucene.472066.n3.nabble.com/Java-net-socketexception-broken-pipe-Solr-4-10-2-tp4199484p4199485.html Sent from the Solr - User mailing list archive at Nabble.com.

Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-13 Thread vsilgalis
We upgraded recently to Solr 4.10.2 from 4.2.1 and have been seeing errors regarding the dreaded broken pipe when doing our reindexing of all our content. Specifically: ERROR - 2015-04-13 17:09:12.310; org.apache.solr.update.StreamingSolrServers$1; error java.net.SocketException: Broken pipe

Solr cloud shard goes down when after many broken pipe exceptions

2013-06-30 Thread spcyrus
First ClientAbortException comes, which is expected as there is timeout on client side with stack trace as follows Jun 30, 2013 2:24:30 PM org.apache.solr.common.SolrException log SEVERE: null:ClientAbortException: java.net.SocketException: Broken pipe at

Re: Broken pipe

2013-05-23 Thread Alexandre Rafalovitch
5:40 > An: solr-user@lucene.apache.org > Betreff: Broken pipe > > Any idea why I got a "Broken pipe"? > > INFO - 2013-05-23 13:37:19.881; org.apache.solr.core.SolrCore; > [messages_shard3_replica1] webapp=/solr path=/select/ > params={sort=score+desc

AW: Broken pipe

2013-05-23 Thread André Widhani
Von: Arkadi Colson [ark...@smartbit.be] Gesendet: Donnerstag, 23. Mai 2013 15:40 An: solr-user@lucene.apache.org Betreff: Broken pipe Any idea why I got a "Broken pipe"? INFO - 2013-05-23 13:37:19.881; org.apache.solr.core.SolrCore; [messages_shard

Broken pipe

2013-05-23 Thread Arkadi Colson
Any idea why I got a "Broken pipe"? INFO - 2013-05-23 13:37:19.881; org.apache.solr.core.SolrCore; [messages_shard3_replica1] webapp=/solr path=/select/ params={sort=score+desc&fl=id,smsc_module,smsc_modulekey,smsc_userid,smsc_ssid,smsc_description,smsc_description_ngra

RE: Broken pipe error

2012-07-03 Thread Petersen, Robert
worried until I realized the source of the problem. Robi -Original Message- From: alx...@aim.com [mailto:alx...@aim.com] Sent: Tuesday, July 03, 2012 10:38 AM To: solr-user@lucene.apache.org Subject: Re: Broken pipe error I had the same problem with jetty. It turned out that broken pipe

Re: Broken pipe error

2012-07-03 Thread alxsss
I had the same problem with jetty. It turned out that broken pipe happens when application disconnects from jetty. In my case I was using php client and it had 10 sec restriction in curl request. When solr takes more than 10 sec to respond, curl automatically disconnected from jetty. Hope

Re: Solr TransformerException, SocketException: Broken pipe

2012-04-17 Thread JM
> > Hi Guys, > We are experiencing SEVERE exceptions in SOLR (stacktrace below) > Please let me know if anyone has experienced this and have some insight / > pointers on to where and what should I look for to resolve this. > ERROR [solr.servlet.SolrDispatchFilter] - : java.io.IOException: XSLT > t

Solr TransformerException, SocketException: Broken pipe

2012-01-05 Thread bhawna singh
(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: javax.xml.transform.TransformerException: ClientAbortException: java.net.SocketException: Broken pipe at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:719) at

Re: jetty error, broken pipe

2011-11-19 Thread alxsss
much time to find total number of docs. Is there a way to turn off this count? Thanks. Alex. -Original Message- From: Fuad Efendi To: solr-user Cc: solr-user Sent: Sat, Nov 19, 2011 7:24 pm Subject: Re: jetty error, broken pipe It's not Jetty. It is broken TCP pipe due to c

Re: jetty error, broken pipe

2011-11-19 Thread Fuad Efendi
o.cs.StreamEncoder.implFlush(StreamEncoder.java:296) >at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:140) >at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) > ... > ... > ... > Caused by: java.net.SocketException: Broken pipe >

jetty error, broken pipe

2011-11-19 Thread alxsss
(OutputStreamWriter.java:229) ... ... ... Caused by: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at