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 Alexander Valet | edelight <al...@edelight.de> on 2011/10/10 11:18:00 UTC

SOLR replication monitoring

Hi,

we are about to develop a replication dashboard for our master / slaves setup
to monitor and control replication through a single interface.

Has anybody experience with this and could share some hint, ideas, learnings with it?
Or even point us to some example code or tool already developed.

Much appreciated!


Kind regards,
Alexander Valet

----------------------------------------------
edelight GmbH, Wilhelmstr. 4a, 70182 Stuttgart 

Fon: +49 (0)711-912590-14 | Fax: +49 (0)711-912590-99 

Geschäftsführer: Peter Ambrozy, Steffen Belitz, Tassilo Bestler 
Amtsgericht Stuttgart, HRB 722861 
Ust.-IdNr. DE814842587 

Diese E-Mail ist vertraulich. Wenn Sie nicht der rechtmäßige Empfänger sind, dürfen Sie den Inhalt weder kopieren noch verbreiten oder benutzen. Sollten Sie diese E-Mail versehentlich erhalten haben, senden Sie sie bitte an uns zurück und löschen Sie sie anschließend. 

This email is confidential. If you are not the intended recipient, you must not copy, disclose or use its contents. If you have received it in error, please inform us immediately by return email and delete the document. 


Re: SOLR replication monitoring

Posted by Yury Kats <yu...@yahoo.com>.
On 10/10/2011 5:18 AM, Alexander Valet | edelight wrote:
> Hi,
> 
> we are about to develop a replication dashboard for our master / slaves setup
> to monitor and control replication through a single interface.
> 
> Has anybody experience with this and could share some hint, ideas, learnings with it?
> Or even point us to some example code or tool already developed.

You can get replication information via a "details" request,
see http://wiki.apache.org/solr/SolrReplication

A sample script that monitors core state including replication
is attached here: https://issues.apache.org/jira/browse/SOLR-1855