On 3/17/2018 8:06 PM, vracks wrote:
Basic Questions about the Replication in Master Slave Solr Setup.

1) Can Master push the changes to Slaves using the replication handler

Replication is always pull -- the slave asks the master if there's anything to copy.

2) If the Answer to the above question is no, then what is use of having the
option of replicateAfter in the replicationHandler, since only the Slave is
going to poll the master at a particular interval.

The replicateAfter options control when the master will tell a polling slave that there is a change.

If the answer to the above question is yes, then wanted to know the master
knows about the Slave instances to which to push the changes.

The master does not know about slaves until they connect. It does not push changes.

Thanks,
Shawn

Reply via email to