Hi, I was trying to setup a SolrCloud cluster in AWS backed by an ASG (auto scaling group) serving a replicated collection. I have just came across a case when one of the Solr node became unresponsive with AWS killing it and spinning a new one.
Unfortunately, this new Solr node did not join as a replica of the existing collection requiring human intervention to configure it as a new replica. I was wondering if there is around something that will make this process fully automated by detecting that a new node just joined the cluster and instructing it (e.g. via Collections API) to join as a replica of a given collection. Best Ugo