SOLR-1855 has a script that checks replication details:

/solr/${CORE}/replication?command=details

# Get the last time the core replicated correctly.
# Get the last time the core failed to replicate.
# Is this core replicating (aka pulling index from master) right now?

See:
https://issues.apache.org/jira/browse/SOLR-1855

-- Jack Krupansky

-----Original Message----- From: Jon Kirton
Sent: Thursday, June 07, 2012 2:30 PM
To: solr-user@lucene.apache.org
Subject: replication start notification

Is there a programmatic way or otherwise to become aware when the
replication operation starts?  In looking at the source for
ReplicationHandler, there aren't log statements to indicate that it started.

Thanks, Jon

Reply via email to