Any time I try to replicate, the solr slave (version 3.5.0) reports in the logs that "Slave in sync with master.". However, for one of the cores, the slave has version 1329924432722, generation 9244, which is 7.7GB, and the master has 1329924433193, generation 9266, which is about 8.5GB.
What could be causing this to happen?
EDIT: It seems I've found the problem - once I issued an 'optimize' command to the Solr master instance, replication occured. Is there a solrconfig variable that controls whether replication can only happen when the index has been optimized?