Hi, I am using solr 4.4 for my search application. I was indexing some 1 million docs. At that time, i accidentally killed leader node of that collection. Indexing failed with the exception ,
/org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://localhost:9133/solr/collection7_shard1_replica3, http://localhost:8983/solr/collection7_shard1_replica1] at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:333) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:318) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)/ after that i checked solr admin page, leader election didnt get triggered for that collection. <http://lucene.472066.n3.nabble.com/file/n4086259/Screenshot.png> I couldnt able to index for that collection but i can able to search from that collection. Help me in this issue Thanks in advance Srivatsan -- View this message in context: http://lucene.472066.n3.nabble.com/Leader-election-tp4086259.html Sent from the Solr - User mailing list archive at Nabble.com.