I would like to use urls: http://${SOLRMASTER}:${SOLRPORT}/solr/replication?command=indexversion and http://${SOLRSLAVE}:${SOLRPORT}/solr/replication?command=indexversion for that purpose. When I check them they give me different numbers despite the fact that below urls: http://${SOLRMASTER}:${SOLRPORT}/solr/#/collection1/replication and http://${SOLRSLAVE}:${SOLRPORT}/solr/#/collection1/replication show the same index version for master and slave. Is this not a bug?
2013/3/8 Rafał Radecki <[email protected]>: > Hi All. > > I am currently migrating from solr 3.6 to solr 4.1. > In 3.6 to check the status of solr master/slave replication I've been using > url: > > http://${SOLRMASTER}:${SOLRPORT}/solr/admin/replication/index.jsp > > from script. > After migration to 4.1 this url is no longer available. Can you tell > which url can be used from script to check replication status? > > Best regards, > Rafal.
