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

jiahuili430 pushed a change to branch improve-replication
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 5ad169b63 Improve replication `since_seq` parameter
    omit a4d863a6b Fix typos
     add 2447ad834 Simplify couch_quickjs scanner plugin
     add 308817d0a Use BTree cache for views
     add 5f4a2126d Fix typos
     add 834b3e502 Improve replication `since_seq` parameter

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   (5ad169b63)
            \
             N -- N -- N   refs/heads/improve-replication (834b3e502)

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                        |   4 +
 src/couch/src/couch_bt_engine_cache.erl            |  20 +-
 src/couch/src/couch_btree.erl                      |   1 +
 src/couch_mrview/src/couch_mrview_util.erl         |  11 +-
 .../src/couch_quickjs_scanner_plugin.erl           |  18 +-
 .../test/couch_quickjs_scanner_plugin_tests.erl    |  79 ++++----
 src/couch_replicator/src/couch_replicator_ids.erl  |  10 +-
 .../src/couch_replicator_scheduler_job.erl         |  31 ++-
 .../eunit/couch_replicator_scheduler_job_tests.erl | 209 ++++++++++++++++++---
 9 files changed, 302 insertions(+), 81 deletions(-)

Reply via email to