Old files are not removed from slaves after replication
-------------------------------------------------------

                 Key: SOLR-978
                 URL: https://issues.apache.org/jira/browse/SOLR-978
             Project: Solr
          Issue Type: Bug
          Components: replication (java)
            Reporter: Noble Paul
             Fix For: 1.4


The files in the slave's index is not removed even after they are removed from 
master.
The temp directories named index.xxxxxxx are not removed after use

The problem is that when we do a commit on the slave after replication is done. 
The commit does not re-open the IndexWriter. Therefore, the deletion policy 
does not take affect and older files are left as is. This can keep on building 
up. The only solution is to re-open the index writer.

A user has reported the issue http://markmail.org/thread/yw5n4dk2t5zbt5z5 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to