On Jan 2, 2013, at 5:51 PM, Bill Au <bill.w...@gmail.com> wrote: > Is anyone running Solr 4.0 SolrCloud with AWS auto scaling? > > My concern is that as AWS auto scaling add and remove instances to > SolrCloud, the number of nodes in SolrCloud Zookeeper config will grow > indefinitely as removed instances will never be used again. AWS auto > scaling will keep on adding new instances, and there is no way to remove > them from Zookeeper, right?
You can unload them and that removes them. > What's the effect of have all these phantom > nodes? Unless they are only replicas, they would need to be removed. Also, unless you are using elastic ips, https://issues.apache.org/jira/browse/SOLR-4078 may be of interest. - Mark