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 4ec05c6b1 Document new endpoints and config settings
discard 826588d4a purge deleted documents that exceed TTL
discard 329d567bb add get/set interface for auto purge properties
add e7266532b Handle plugin stops without crashing
add c6c5ba465 Reschedule scanner plugins if they return skip on start or
resume
add 1df9c472f feat(configure): add --disable-spidermonkey to
--dev[-with-nouveau]
add 6e4d6c31e Implement db doc updating
add 4e615d128 add get/set interface for auto purge properties
add d984c8260 purge deleted documents that exceed TTL
add 14492d861 Document new endpoints and config settings
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 (4ec05c6b1)
\
N -- N -- N refs/heads/auto-delete-tseq (14492d861)
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:
configure | 2 +
src/couch_scanner/src/couch_scanner_plugin.erl | 29 +++--
src/couch_scanner/src/couch_scanner_server.erl | 2 +
.../test/eunit/couch_scanner_test.erl | 20 +++
src/fabric/src/fabric_auto_purge.erl | 54 ++-------
src/mem3/src/mem3.erl | 7 ++
src/mem3/src/mem3_db_doc_updater.erl | 107 ++++++++++++++++
src/mem3/src/mem3_reshard_dbdoc.erl | 135 +++++----------------
src/mem3/src/mem3_reshard_sup.erl | 3 -
src/mem3/src/mem3_sup.erl | 1 +
src/mem3/test/eunit/mem3_shards_test.erl | 69 ++++++-----
11 files changed, 239 insertions(+), 190 deletions(-)
create mode 100644 src/mem3/src/mem3_db_doc_updater.erl