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

iilyak pushed a change to branch retry-on-noproc-errors
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 02e3a2fbe Add delay before retry
 discard c8a11bb61 Remove pointless message
 discard 8c9931f35 Remove absolete clauses from dreyfus
 discard 87efd9c5c Retry call to dreyfus index on noproc errors
     add e81df64ff Implement prop updates for shards
     add 66f7487ab Unify and fix fabric db meta setters
     add ad4801277 Document that _all_dbs endpoint supports inclusive_end query 
param
     add 8d1d09d41 Merge pull request #5653 from apache/all_dbs_inclusive_end
     add de73c457c Retry call to dreyfus index on noproc errors
     add aa56b9ff2 Remove absolete clauses from dreyfus
     add 546cae70d Remove pointless message
     add 691e7c7d1 Add delay before retry

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   (02e3a2fbe)
            \
             N -- N -- N   refs/heads/retry-on-noproc-errors (691e7c7d1)

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/src/couch_db.erl                     |  40 +++++++--
 src/couch/src/couch_db_updater.erl             |  20 +++--
 src/docs/src/api/server/common.rst             |   2 +
 src/dreyfus/src/dreyfus_rpc.erl                |   2 +-
 src/fabric/src/fabric.erl                      |  12 +++
 src/fabric/src/fabric_db_meta.erl              |  89 ++++++++++---------
 src/fabric/src/fabric_rpc.erl                  |   4 +
 src/fabric/test/eunit/fabric_db_info_tests.erl |  18 +++-
 src/fabric/test/eunit/fabric_meta_tests.erl    | 117 +++++++++++++++++++++++++
 9 files changed, 247 insertions(+), 57 deletions(-)
 create mode 100644 src/fabric/test/eunit/fabric_meta_tests.erl

Reply via email to