nickva opened a new pull request, #4643:
URL: https://github.com/apache/couchdb/pull/4643
When we get sequence before the split, we'll fill in the missing (now split)
ranges with a special `{split, OldNodeUUid}` marker. However, when sequences
are emitted in the changes API, that will make the N- prefix (SeqSum) bounce
around from higher to lower numbers, while users expect those to be mostly
incrementing. So take a conservative approach and assume it will be full rewind
for that ramge, and use 0 for that range. This is a purely cosmetic thing, when
we decode the sequence that prefix gets thrown away anyway.
Fixes a part of issue: #4640
--
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]