You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jon Kirton <jk...@3taps.com> on 2012/06/07 20:30:46 UTC

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

Re: replication start notification

Posted by Jack Krupansky <ja...@basetechnology.com>.
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