What have you configured to add the replica when a new node is spun up? If you're just copying the entire directory including the core.properties file, you're just getting lucky. The legcyCloud=true default is _probably_ adding the replica with a new URL and thus making it distinct.
Please detail exactly what you do when you add a new node..... Best, Erick On Mon, Dec 18, 2017 at 9:03 PM, Greg Roodt <gro...@gmail.com> wrote: > Hi > > Background: > * I am looking to upgrade from Solr 6.1 to Solr 7.1. > * Currently the system is run in cloud mode with a single collection and > single shard per node. > * Currently when a new node is added to the cluster, it becomes a replica > and copies the data / core "automagically". > > Question: > Is it possible to have this dynamic / automatic behaviour for repliacs in > Solr 7.1? I've seen mention of autoscale APIs and the Collections API and > also legacyCloud = true. I'm a little confused about what the best approach > is. > > Right now, our system is very flexible and we can scale-up by adding new > nodes to the cluster. I would really like to keep this behaviour when we > upgrade to 7.1. > > Is anybody able to point me in the right direction or describe how to > achieve this? > > Kind Regards > Greg