I am running soft commit on 100 solr docs (the index itself has 3 Billion docs). After EXACTLY 10 minutes (for example, start committing on 15:52:55.932, exception on 16:02:55.976) I am getting several exception of the sort: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: [any instance of solr] ... Caused by: java.net.SocketTimeoutException: Read timed out
All the exceptions are from the same instance to other instances in the cluster. I have checked the jetty.xml, the java params and the solr config - and didn't find any place where a timeout of 10 minutes is configured. I have tunned the filterCache, queryResultCache and documentCahce to: size="2048", initialSize="1024", autowarmCount="1024" I created queries for newSearcher for warm-up I have 2 questions: 1. Can someone point me to the rigth direction for the timeout? 2. Why could the commit take so long?! Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Read-time-out-exception-exactly-10-minutes-after-starting-committing-tp4252287.html Sent from the Solr - User mailing list archive at Nabble.com.