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

davisp pushed a change to branch COUCHDB-3326-clustered-purge-pr5-implementation
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard a9ae84a  Add test_purge_with_rewind_purgeseq
 discard f5eaea4  [10/N] Clustered Purge: Clustered HTTP API
 discard 6c50f82  [08/N] Clustered Purge: Fabric API
 discard 81f0f42  [09/N] Clustered Purge: Update read-repair
 discard 365d9d8  [07/N] Clustered Purge: Internal replication
 discard 1770b30  [06/N] Clustered Purge: Update mrview indexes
     new cd66872  [06/N] Clustered Purge: Update mrview indexes
     new 76df34b  [07/N] Clustered Purge: Internal replication
     new 6464781  [09/N] Clustered Purge: Update read-repair
     new 595b9f9  [08/N] Clustered Purge: Fabric API
     new 24a87af  [10/N] Clustered Purge: Clustered HTTP API

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   (a9ae84a)
            \
             N -- N -- N   
refs/heads/COUCHDB-3326-clustered-purge-pr5-implementation (24a87af)

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 5 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_index/src/couch_index_updater.erl        |  29 ++--
 src/couch_mrview/src/couch_mrview_index.erl        |  16 +--
 .../test/couch_mrview_purge_docs_fabric_tests.erl  | 152 +++++++++++++++++----
 .../test/couch_mrview_purge_docs_tests.erl         |  80 -----------
 src/fabric/src/fabric_doc_open.erl                 |  60 ++++++++
 src/fabric/src/fabric_doc_open_revs.erl            | 118 +++++++++++++++-
 6 files changed, 321 insertions(+), 134 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to