This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch auto-delete-tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard ed2c9cb7f purge tombstones that exceed TTL
discard dca1f8c4d [fixup] [couch_db_updater] Use couch_time_seq:update/3 (fix
bad fixup)
discard 7d03e3b01 [fixup] [docs] fix inix/unix typo
discard 756d483da [fixup] [couch_db_updater] Use couch_time_seq:update/3 only,
update/2 is gone
discard bbb2e9a9c [fixup] [couch_db_int] bring back and explain the
"repurposed" field
discard a36deb955 [fixup] [couch_db_engine] improve wording in the
set_time_seq API
discard 9eba0a136 [fixup] [couch_time_seq] remove update/2
discard 1a37dbf3f Add time-seq and _changes since=time docs
discard 6d7094694 Time-based since parameter for _changes
discard eca77c543 Add an HTTP API to query and reset time-seq values
discard 5fe24137f Add time-seq to the db header and update it on commit
discard 5b1a3a7cf Implement an exponentially decaying time intervals data
structure
add efbb5c6ec Prevent B-tree duplicate entries. Add property tests.
add 600318913 Reduce btree prop test count a bit
add 1b4cca582 Implement an exponentially decaying time intervals data
structure
add a1214bbb5 Add time-seq to the db header and update it on commit
add 3a1619441 Add an HTTP API to query and reset time-seq values
add 164878126 Time-based since parameter for _changes
add aff29aee1 Add time-seq and _changes since=time docs
new 31c5a27d9 purge tombstones that exceed TTL
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 (ed2c9cb7f)
\
N -- N -- N refs/heads/auto-delete-tseq (31c5a27d9)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/couch/src/couch_btree.erl | 14 +-
src/couch/src/couch_time_seq.erl | 4 +-
src/couch/src/couch_tombstone_remover.erl | 60 +++----
src/couch/test/eunit/couch_btree_prop_tests.erl | 225 ++++++++++++++++++++++++
4 files changed, 270 insertions(+), 33 deletions(-)
create mode 100644 src/couch/test/eunit/couch_btree_prop_tests.erl