Re: How to remove a Solr Node and its cores from a cluster SolrCloud and from collection

2013-11-29 Thread Ryan Cutter
For people who run into this situation in the future: I had the exact same problem Sebastien had while using 4.4.0 (1 of my 6 nodes died). We rebuilt a host to take its place but gave it the same hostname instead of making a new one. It was configured the same way with the same config files but w

RE: How to remove a Solr Node and its cores from a cluster SolrCloud and from collection

2013-11-29 Thread Eric Bus
Hi Sébastien, Maybe this can help? "Add a collection admin command to remove a replica" https://issues.apache.org/jira/browse/SOLR-5310 It's part of the new 4.6.0 update. Best regards, Eric -Oorspronkelijk bericht- Van: Seb Geek [mailto:geek...@gmail.com] Verzonden: vrijdag 29 novemb

RE: How to remove a Solr Node and its cores from a cluster SolrCloud and from collection

2013-11-29 Thread Raju Shikha
Hi Sébastien, Are you using Zookeeper to maintain your 4 node cluster? If Yes, then clean the Zookeeper using zkCli.sh. It is present in zookeeper/bin Sample query is ./zkCli.sh -server 127.0.0.1:2181 ls/ it lists all files.delete them all like aliases.json,clusterstate.json etc..except zookeep