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 "Natarajan, Rajeswari" <ra...@sap.com> on 2019/05/30 16:46:16 UTC

CDCR Monitoring

Hi,

Is there a way to  monitor the replication delay between Primary/Secondary Cluster for CDCR  and raise alerts ,if it exceeds above some threshold.

I see below API’s for monitoring.

·
core/cdcr?action=QUEUES: Fetches statistics about the queue<https://lucene.apache.org/solr/guide/7_6/cdcr-api.html#queues> for each replica and about the update logs.
·         core/cdcr?action=OPS: Fetches statistics about the replication performance<https://lucene.apache.org/solr/guide/7_6/cdcr-api.html#ops> (operations per second) for each replica.
·         core/cdcr?action=ERRORS: Fetches statistics and other information about replication errors<https://lucene.apache.org/solr/guide/7_6/cdcr-api.html#errors> for each replica.

These report the stats, performance and errors.
Thanks,
Rajeswari