On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone encountered a similar error? > > org.apache.solr.client.solrj.SolrServerException: IOException occured when > talking to server at: http://localhost:8080/solr/profile at > org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:414) [...]
This looks suspiciously like a potential bug in the HTTP keep-alive flow that we encountered some weeks ago. I am guessing that you are issuing more than 100 separate updates/second. Could you please provide the full stack trace?