We are looking for a call back to know when replication has finished after we force a replication using http://slave_host:port/solr/replication?command=fetchindex. What is the best way to go about doing this? We are thinking of forcing the replication then pulling the command=details page of the slaves to compare its version to master.
Also any issues that might be involved with this, for instance if there is a replication going on when we try to force one what happens?