I'm trying to set up a replication for my Apache SOLR which runs on a linux Server. The Slave is also on a debian12 distribution.
Sadly I havent found any useful guide to set up the replication. I guess my master config is ok but for the slave i dont have any clue what I need to do.
My recent Problem is to add the master to the "shardsWhitelist"
The exact error is:
Error CREATEing SolrCore 'test': Unable to create core [test] Caused by: The 'leaderUrl' parameter value 'http://XXX.XXX.XXX.XXX:8983/solr/test' is not in the 'shardsWhitelist'. set -Dsolr.disable.shardsWhitelist=true to disable shards whitelist checks
I hope someone can help me...
Thanks