Hello,

We have a Solr index that has an average of 1.19 GB in size.
After configuring the replication, the slave machine is growing the index
size expoentially.
Currently we have an slave with 323.44 GB in size.
Is there anything that could cause this behavior?
The current replication config is below.

Master:
<requestHandler name="/replication" class="solr.ReplicationHandler">
<lst name="master">
<str name="replicateAfter">commit</str>
<str name="replicateAfter">startup</str>
<str name="backupAfter">startup</str>
<str name="confFiles">
elevate.xml,protwords.txt,schema.xml,spellings.txt,stopwords.txt,synonyms.txt
</str>
</lst>
</requestHandler>

Slave:
<requestHandler name="/replication" class="solr.ReplicationHandler">
<lst name="slave">
<str name="masterUrl">http://master:8984/solr/Index/replication</str>
</lst>
</requestHandler>

Any pointers will be useful.

Thanks,
Alexandre

Reply via email to