Re: Determining replication status

2018-04-01 Thread Jeff Wartes
There're some edge cases around the response based on the timing. In case it's useful: Here's the bit from solrcloud-haft: (java) https://github.com/bloomreach/solrcloud-haft/blob/d357476daafc4cff5f30dc726de6a2b38f37dd0d/src/main/java/com/bloomreach/bstore/highavailability/utils/SolrInteractionU

Re: Determining replication status

2018-04-01 Thread Erick Erickson
what does "not accurate" mean? Specifically, what test are you doing to see if it's accurate? In particular, if you're querying for some number of documents or some specific document, your slave searcher may still be autowarming. If that's the case, then it should be fine if you wait a bit and try

Determining replication status

2018-03-31 Thread shefalid
I am trying to copy contents of one core to other core by using fetchIndex command (/solr/CORE_NAME/replication?command=fetchindex&masterUrl=MASTER_URL). How can I determine if the copy is actually complete? I am using replication details command (/solr/CORE_NAME/replication?command=details) to c