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
It's not Jetty. It is broken TCP pipe due to client-side. It happens when
client closes TCP connection.
And I even had this problem with recent Tomcat 6.
Problem disappeared after I explicitly tuned keep-alive at Tomcat, and started
using "monitoring thread" with HttpClient and SOLRJ...
Fuad