On 9/16/2011 4:58 PM, Brandon Fish wrote: > Hi Yury, > > You could try checking out the details command of the replication handler: > http://slave_host:port/solr/replication?command=details > which has information such as "isReplicating".
How reliable is isReplicating? Is it updated on unexpected failures or only during nomral operation? Eg, if both servers were powered down and then up, would it be false? > You could also look at the script attached to [1] which shows a > thorough check of a slaves replication status which could be polled for to > trigger a restart if there is an error. > [1] https://issues.apache.org/jira/browse/SOLR-1855 Thanks, that's very helpful. I see that it ultimately checks for 2 hour threshhold, which implies that other means of checking may not be 100% reliable. Is that so?