Hi, I am fairly new to solr, and have setup two servers, one with master, other as a slave.
I have a load balancer in front with 2 different VIP, one to do gets/reads distributed evenly on the master and slave, and another VIP to do posts/updates just to the master. If the master fails I have the second VIP to automatically update the slave. But if that happens is there a way to automatically switch whcih is master and which is slave instead of going into solrconfig.xml and then restarting the instances? Any recommendations for the best way to set it up? Thanks