nickva opened a new pull request, #5163: URL: https://github.com/apache/couchdb/pull/5163
Previously, we asserted that the update sequence in the epoch doesn't regress during same node updates, and during node changes. However, we didn't consider case when the shards are compacting. When that happens the epochs are copied as is from the old header, so they may have higher update sequences, but the update sequence is set to the default (0) from the new header record instance. As a result, the assertion would fire during compaction in the initialization phase. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
