I have a SolrCloud index with ~5 million documents, which I'm committing to with SolrNet, 1000 documents at a time. I'm able to query just fine, but indexing new documents is causing Solr to throw the following exception every time:
ERROR - 2013-12-18 20:27:05.750; org.apache.solr.update.StreamingSolrServers$1; error org.apache.solr.common.SolrException: Server Error request: http://10.0.0.5:8443/solr/collection1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F10.0.0.229%3A8443%2Fsolr%2Fcollection1%2F&wt=javabin&version=2 at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:240) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) I've had no problems adding new documents scaling up to this point, but this is now a reoccurring error. What is the root cause of this, and how can it be solved? -- View this message in context: http://lucene.472066.n3.nabble.com/Errors-on-index-in-SolrCloud-ConcurrentUpdateSolrServer-Runner-run-tp4107661.html Sent from the Solr - User mailing list archive at Nabble.com.