Re: How to find Master & Slave are in sync

2011-01-27 Thread Erick Erickson
026) >at > > org.apache.solr.handler.SnapPuller$FileFetcher.fetchFile(SnapPuller.java:906) >at > org.apache.solr.handler.SnapPuller.downloadIndexFiles(SnapPuller.java:541) >at > org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPul

Re: How to find Master & Slave are in sync

2011-01-27 Thread Shanmugavel SRD
at org.apache.solr.handler.SnapPuller.downloadIndexFiles(SnapPuller.java:541) at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:294) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-find-Master-Slave-are-in-sync-tp2287014p2362679.html Se

Re: How to find Master & Slave are in sync

2011-01-19 Thread Markus Jelsma
Notice the index version number? If it's equal, then they are in sync. On Wednesday 19 January 2011 13:37:32 Shanmugavel SRD wrote: > How to find Master & Slave are in sync? > Is there a way apart from checking the index version of master and slave > using below two HT

How to find Master & Slave are in sync

2011-01-19 Thread Shanmugavel SRD
How to find Master & Slave are in sync? Is there a way apart from checking the index version of master and slave using below two HTTP APIs? http://master_host:port/solr/replication?command=indexversion http://slave_host:port/solr/replication?command=details -- View this message in con