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

vatamane pushed a change to branch check-db-instance-in-indices
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard f1f1c37  Handle db re-creation in view indexing
     add 0f27bf5  Improve fabric2_events
     add 838795f  Handle db re-creation in view indexing
     add e558246  Fix db prefix checks in fabric2_fdb
     add 51f4a83  Make sure to clear db metadata flag before each transaction

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   (f1f1c37)
            \
             N -- N -- N   refs/heads/check-db-instance-in-indices (51f4a83)

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:
 src/couch_views/src/couch_views_indexer.erl       |  1 +
 src/couch_views/test/couch_views_indexer_test.erl | 11 +++++
 src/fabric/src/fabric2_events.erl                 | 52 ++++++++++++++------
 src/fabric/src/fabric2_fdb.erl                    | 21 ++++----
 src/fabric/test/fabric2_db_misc_tests.erl         | 59 ++++++++++++++++++++++-
 5 files changed, 119 insertions(+), 25 deletions(-)

Reply via email to