Only delete files with .view extension
--------------------------------------

                 Key: COUCHDB-1358
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1358
             Project: CouchDB
          Issue Type: Improvement
          Components: Database Core
    Affects Versions: 1.1.1
            Reporter: Volker Mische
            Priority: Minor
             Fix For: 1.1.2
         Attachments: cleanup-views-only.patch

Currently all files in the view directory that are not used by any View group 
are deleted by the _view_cleanup endpoint. If other indexers (like GeoCouch) 
store indexes in the same directory, they get deleted as well.

The attached patch changes the bahaviour and only deletes files ending with 
".view". Leftovers from compaction are deletes as well as they end with 
".compact.view".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to