Hi I have a 12-node solr 4.6.1 cluster. each node has 2 solr procceses, running on 8gb heap jvms. each node has total of 64gb memory. My current collection (7 shards, 3 replicas) has around 500 million docs. I'm performing bulk indexing into the collection. I set softCommit to 10 minutes and hardCommit openSearcher=false to 15 minutes.
I recently started seeing the following problems while indexing - every 10 minutes ( and I assume that this is the 10minutes soft-commit cycles) I get the following errors: 1. EofExcpetion from jetty in HttpOutput.write send from SolrDispatchFilter 2. queries to all cores start getting high latencies (more the 10 seconds) Any idea? thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/bulk-indexing-EofExceptions-and-big-latencies-after-soft-commit-tp4124574.html Sent from the Solr - User mailing list archive at Nabble.com.