All,
We are upgrading from solr 5.4 to solr 7.6. In 5.4 each solr process based on
the core.properties (shard value assigned) will be joining as either leader or
replica based on the sequence of start.
By following the same procedure in 7.6 the initial leader node solr process is
replaced with later started solr. Also in the process core is not loaded in
the later solr process (which is supposed to be replica).
To have the compatibility , the legacyCloud property is set as true in the
clustereprops.json
Question: .With replica type is NRT to keep the transition smooth.How to add
later started solr process as replicas in 7.6, without interfering the leader
election process?
Appreciate any pointers in understanding and resolving the issue.
ThanksRavi