Re: Replication in Master Slave Solr setup

2018-03-19 Thread Erick Erickson
10:06 PM, Shawn Heisey wrote: > 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 slav

Re: Replication in Master Slave Solr setup

2018-03-18 Thread Shawn Heisey
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

Replication in Master Slave Solr setup

2018-03-17 Thread vracks
Basic Questions about the Replication in Master Slave Solr Setup. 1) Can Master push the changes to Slaves using the replication handler 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