Hi, I'm trying to change the masterUrl of a search slave at runtime. So far I've found 2 ways of doing it:
1. Change solrconfig_slave.xml on master, and have it replicate to solrconfig.xml on the slave 2. Change solrconfig.xml on slave, then issue a core reload command. (a side note: can I issue the reload-core command without having a solr.xml file? I had to run a single core in multi-core mode to make this work) So far I like solution 2 better. Does it make sense to add a 'sticky' parameter to the ReplicationHandler's fetchindex command? Something like: http://slave_host:port/solr/replication?command=fetchindex&masterUrl=myUrl&stickyMasterUrl=true If true then 'myUrl' would continue being used for replication, including future polling. Are there other solutions? Thanks, Wojtek -- View this message in context: http://www.nabble.com/Changing-masterUrl-in-ReplicationHandler-at-Runtime-tp25829843p25829843.html Sent from the Solr - User mailing list archive at Nabble.com.