First thing: Are you absolutely certain that the slaves are pointing at the master? My first guess would be that somehow your slaves aren't talking to the master. Take a look at the log files on one of the slaves, you should see some information about the replication attempt, that would be good info to share.
Second thing I'd try: take a test machine and point it at your master. First blow away the entire index (rm -rf <solr home>/data/index) Make sure you get the index directory, not just the contents. See if that works. Third thing. It's vaguely possible that replication on the master is disabled. The same screen that had the HTTP commands on it also has some commands to insure that the master is willing to do replications. The logs on the master might help here too. If none of that makes any difference, could you post the relevant portions of the logs? Best Erick On Sun, Aug 5, 2012 at 7:04 AM, csscouter <tim.hi...@verizon.net> wrote: > Hello, and Help! We've just moved solr (3.3.0) to a new set of servers, and > the slaves are not working. The new servers have the DNS cnames of the > previous servers, and no configuration files have changed. The master shows > index generation 1940, but slaves show generation 1. I have replicateAfter > commit and startup defined, pollInterval is 60 seconds and I've tried > "http://slave_host:port/solr/replication?command=fetchindex" and > "http://slave_host:port/solr/replication?command=enablepoll". > > It is of note that the admin replication page for the master > (http://slave_host:port/solr/admin/replication) shows a title "Solr > Replication <name> Master", but that same page on each of the slave servers > shows "Solr Replication <name>". I seem to recall that the slaves USED TO > say "Solr Replication <name> Slave". > > I need to resolve the problem this is causing, and the simplest solution > seems to me to just stop replication. How does one do that (or fix the > problem I'm experiencing)? > > Your help is most welcomed and appreciated. > > Tim H > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Stopping-replication-tp3999272.html > Sent from the Solr - User mailing list archive at Nabble.com.