Hey,

I recently moved a solr app from a testing environment into a production 
environment, and I'm seeing a brand new error which never occurred during 
testing. I'm seeing this in the solrJ-based app logs:


org.apache.solr.common.SolrException: com.caucho.vfs.SocketTimeoutException: 
client timeout

com.caucho.vfs.SocketTimeoutException: client timeout

request: http://somehost:8080/solr/live/update?wt=javabin&version=1

        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:424)

        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243)

        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)




This occurs in a service that periodically adds new documents to solr. There 
are 4 boxes that could be doing updates in parallel. In testing there were 2.





We're running on a new Resin 4 based install on production, whereas we were 
using resin 3 in testing. Does anyone have any ideas. Help would be greatly 
appreciated!



Thanks,

-Kallin Nagelberg





Reply via email to