Short addition .. because you didn't use the collection in your mentioned urls .. is collection1 the default-collection?
On Friday, March 8, 2013 at 8:25 PM, Stefan Matheis wrote: > Rafał > > Just to be sure, did you clean your browser-cache? we had a few threads in > the last time where the cache was the issue. > > If that's not the case, can you verify (f.e. by watching the logs) that the > request goes to the right machine? > > Stefan > > > On Friday, March 8, 2013 at 2:57 PM, Rafał Radecki wrote: > > > 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] > > (mailto:[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. > > >
