Re: “ClientAbortException: java.io.IOException” in solr query

2014-05-26 Thread Shawn Heisey
On 8/3/2013 7:18 AM, Alexandre Rafalovitch wrote: > The client closed the web-browser page or stopped loading or some other > timeout/connection close. Then, the server tries to write to no-longer > existing connection and fails. > > If you control the client, then you might have some sort of time

Re: “ClientAbortException: java.io.IOException” in solr query error

2014-05-25 Thread Tirthankar
But this exception could be thrown by SOLRJ which is a client to the SOLR server. Isn't that possible. -- View this message in context: http://lucene.472066.n3.nabble.com/ClientAbortException-java-io-IOException-in-solr-query-error-tp4082321p4138093.html Sent from the Solr - User mailing list

Re: “ClientAbortException: java.io.IOException” in solr query

2013-08-03 Thread Alexandre Rafalovitch
The client closed the web-browser page or stopped loading or some other timeout/connection close. Then, the server tries to write to no-longer existing connection and fails. If you control the client, then you might have some sort of timeout value, which kills connections after very long queries.

“ClientAbortException: java.io.IOException” in solr query

2013-08-03 Thread aniljayanti
Hi, I am generating solr indexing using apache-tomcat-7.0.19 and solr 3.3. Indexing generated successfully with count of "3350128" records. Now i am testing my solr index search performance continuously by hitting with different search queries. while testing some search queries are getting failed