You've shown us the directory on the slave but not the master, so it is
hard to see how you have decided that stuff should have been deleted. I
see two segments_* files which shouldn't be the case, but they are
small. The other files are segment files and multiple segments is
legitimate.

Upayavira

On Mon, Dec 31, 2012, at 12:55 AM, Jason wrote:
> Hi, Erick
> I didn't configure anything for index backup.
> My ReplicationHandler configuration is below.
> Other setting in solrconfig.xml is almost default.
> Is there a deletion policy for replication?
> I know "maxNumberOfBackups" parameter, but this is for master server.
> Are there any configuration for index backup on slave server?
> 
> <requestHandler name="/replication" class="solr.ReplicationHandler">
>    <lst name="master">
>      <str name="enable">${solr.master.enable:false}</str>
>      <str name="replicateAfter">optimize</str>
>      <str name="replicateAfter">startup</str>
>      <str
> name="confFiles">schema.xml,solrconfig.xml,db-data-config.xml,stopwords.txt,stopwords_en.txt</str>
>    </lst>
>      <lst name="slave">
>      <str name="enable">${solr.slave.enable:false}</str>
>      <str
> name="masterUrl">http://${solr.master.url}/${solr.context.name}/${solr.core.name}/replication</str>
>    </lst>
> </requestHandler>
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/old-index-not-cleaned-up-on-the-slave-tp4029370p4029736.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to