davisp opened a new pull request #2027: Fix epoch mismatch errors
URL: https://github.com/apache/couchdb/pull/2027
 
 
   ## Overview
   
   Originally we posited that duplicate UUIDs could never be created.
   However due to operations interventions its possible to unintentionally
   copy UUIDs in ways that violate this assumption. Instead of crashing the
   process we just reset the seq to zero and log a warning as was done in
   the other instances when we have mismatches in the epoch history.
   
   ## Testing recommendations
   
   `make eunit apps=couch suites=couch_db`
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] 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 to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to