This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 2e839b1b5 Add time-seq and _changes since=time docs
discard b907f4c18 Time-based since parameter for _changes
discard e2959865f Add an HTTP API to query and reset time-seq values
discard a730ac87d Add time-seq to the db header and update it on commit
discard b6349a5c4 Implement an exponentially decaying time interval data
structure
add d9a6ac5f4 Improve scanner performance
add faef78968 Stop replication jobs to nodes which are not part of the
cluster
add 80e1d7ada Implement an exponentially decaying time interval data
structure
add 309bafd4b Add time-seq to the db header and update it on commit
add 663a8dab9 Add an HTTP API to query and reset time-seq values
add 8c964ed92 Time-based since parameter for _changes
add 039113203 Add time-seq and _changes since=time docs
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2e839b1b5)
\
N -- N -- N refs/heads/tseq (039113203)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/couch_scanner/src/couch_scanner_plugin.erl | 59 +++++++++++++++++-----
.../src/couch_scanner_plugin_conflict_finder.erl | 10 ++--
.../src/couch_scanner_plugin_find.erl | 6 ---
.../test/eunit/couch_scanner_test.erl | 9 ++--
src/mem3/src/mem3_sync.erl | 43 +++++++++++++++-
5 files changed, 97 insertions(+), 30 deletions(-)