You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/06/25 16:32:49 UTC

[couchdb] branch prototype/fdb-layer-db-version-as-vstamps updated (b0b79c6 -> 9425a64)

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

davisp pushed a change to branch prototype/fdb-layer-db-version-as-vstamps
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard b0b79c6  Don't bump metadataversion on db updates
 discard d264671  Condition cache storage/eviction on db_version
 discard 051d269  Use versionstamps for db versions
     add 49949de  Use versionstamps for db versions
     add 5967157  Condition cache storage/eviction on db_version
     add 9425a64  Check that our LayerPrefix hasn't changed

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   (b0b79c6)
            \
             N -- N -- N   refs/heads/prototype/fdb-layer-db-version-as-vstamps (9425a64)

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/fabric/src/fabric2_fdb.erl | 89 +++++++++++++++++++++++++++++++-----------
 1 file changed, 67 insertions(+), 22 deletions(-)