This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch optimize-uuids-generation
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard f9b4750ac Optimize UUID generation and use UUID v7 by default
     add 3f11cfd90 Docs: Update the /_up endpoint docs to include status 
response's
     add d521620ca Remove purge max_document_id_number and change 
max_revisions_number
     add 8cd16de75 Add UUID v4 and v7. Make v7 the default. Optimize UUID 
generation.

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   (f9b4750ac)
            \
             N -- N -- N   refs/heads/optimize-uuids-generation (8cd16de75)

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:
 rel/overlay/etc/default.ini                  |  21 ++++--
 src/chttpd/src/chttpd_db.erl                 |  27 +++----
 src/chttpd/test/eunit/chttpd_purge_tests.erl |  32 +-------
 src/couch/src/couch_uuids.erl                | 109 +++++++++++++++++----------
 src/couch/test/eunit/couch_uuids_tests.erl   |  67 ++++++++++------
 src/docs/src/api/server/common.rst           |  10 ++-
 src/docs/src/cluster/purging.rst             |   4 +-
 src/docs/src/config/misc.rst                 |  86 ++++++++++-----------
 8 files changed, 191 insertions(+), 165 deletions(-)

Reply via email to