(forwarded on behalf of robo ... trying to figured out odd spam blocking issue he's having)
---------- Forwarded message ---------- Good day, We are new to Solr and trying to setup a HA configuration in the cloud. We have setup a Solr Master server which does all the indexing. We have 2 Solr Slaves that use the built-in Replication Handler (not the scripts). We are thinking of load balancing the 2 Solr Slaves but have a question about writes to the slaves. I believe the only operation that might try to write to the indexes are the deletes from the web servers. Will the Slaves pass the delete query onto the Master to handle or will it try to do the delete on the Slave? If the delete is done on the Slave will the master and other Slave get updated through the replication? Thanks, robo