starting opened a new pull request #1003: Fix: Added a temporary fix to avoid 
compaction failures #1001
URL: https://github.com/apache/couchdb/pull/1003
 
 
   ## Overview
   Fix for #1001 
   Discarded any document not available in couchdb but only in main index.  It 
seems couch db main index is not getting properly updated after purging 
documents. Compactor fails with error 'not_found' when it ties to get the full 
document from the couchdb.
   
   ## Testing recommendations
   Compaction fails continuously when a document is actually purged but not 
cleaned up in main index.  This issue is random.  I tested couple of databases 
that had the issue and compaction is working fine after the fix. 
   
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to