On Mar 15, 2013, at 6:43 AM, Rafał Radecki <radecki.ra...@gmail.com> wrote:
> I use http and get /solr/replication?command=indexversion urls to get > index versions on master and slave. The replication works fine but > index versions from /solr/replication?command=indexversion differ. I think thats normal - it's a little misleading, but the replication index version is that of the most recent 'replicatable' commit point. That is determined by things like replicate on startup, replicate on commit, etc. These are very likely to be different from mater to slave. - Mark