hi, Thanks for your reply. Please find my answers below: Do you send all your indexing requests to 1 node (though that doesn't really matter here)?: *Yes*
are they all host:8080 or have you replaced some info there? *Yes, they are all port 8080.* You should be able to see in your Cloud Admin that one of your nodes is down: *No they are all up and running* The error about too many warming searchers normally means that searcher warming is taking longer than your commit frequency. You soft commit every 60s (assuming that has openSearcher=true), so it would suggest that opening and warming a new searcher takes longer than 60s, so I new one starts warming before the old one is done (hence you have 2 warming at once which isn't recommended). I have commented the autocommit in solrconfig file and I do an explicit commit after every 5000 docs have been added using solrJ. Then I have the softcommit after every 60s configured in the solrconfig file. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Error-while-indexing-in-solrcloud-tp4083528p4083566.html Sent from the Solr - User mailing list archive at Nabble.com.