Hi,
I am using data import handler to do full and delta import. I want to use
the replication feature of solr 1.4

For that I wanted to understand 2 scenarios

1. What happens when the slave solr server tries to poll the master at the
time delta import is running on master. Does the slave only copy those files
which have changed so far on the master index or will the slave wait for the
delta import to finish and in the next poll it will get the changes on the
master index.

2. What happens when the slave is replicating the changes in the master
index and the delta import is run at the same time on master. Will the slave
be able to get the changes when the last delta import was run.

Also I am not clear about ReplicateAfter replication configuration setting
on master. Does it mean the slave will only be able to replicate the changes
in the next poll once the commit/optimize is done on the master index.

Thanks
Gurjot

Reply via email to