rnewson commented on issue #5867: URL: https://github.com/apache/couchdb/issues/5867#issuecomment-3805931540
Not keen on the behaviour varying by the somewhat flaky pending changes runtime calculation, and there's a backward compatibility issue. That said, using since_seq is quite rare, and only advised for very niche cases (cluster migration, essentially). It would perhaps be better that we simply honour a replication checkpoint even if since_seq is set. the replication checkpoint should supercede the since_seq value (it's a "replication that started at this seq" not "a replication that must always start at this seq"). Which for safety means the since_seq value has to be included in the replication hash (its presence means it's a different replication from one that is identical in all properties except it lacks since_seq). -- 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]
