On 2/27/23 09:03, Oakley, Craig (NIH/NLM/NCBI) [C] wrote:
This has happened yet again.
Does anyone yet have any input on the idea of using the Leader's collection
name in Leader/Follower replication (or pre-Solr8.7 Master/Slave replication),
rather than the core name?
If you're in cloud mode, you should not try to configure or initiate
replication. SolrCloud takes over the replication handler and uses it
for its own purposes. SolrCloud handles replicating the index when you
have multiple replicas and you do not need to do anything.
In recent Solr versions, I wouldn't even include the replication handler
in solrconfig.xml ... it is implicitly defined and does not need to be
there.
Thanks,
Shawn