You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/08/14 15:48:21 UTC

[couchdb] branch couch_index_server_crash2 updated (7b6f806 -> 5004f99)

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

rnewson pushed a change to branch couch_index_server_crash2
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 7b6f806  Don't crash couch_index_server if the db isn't known yet
     add 7c9094c  Validate shard specific query params on db create request
     add 5004f99  Don't crash couch_index_server if the db isn't known yet

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   (7b6f806)
            \
             N -- N -- N   refs/heads/couch_index_server_crash2 (5004f99)

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/chttpd/src/chttpd_db.erl | 162 ++++++++++++++++++++++++++++++++++++++++---
 src/couch/src/couch_util.erl |  12 ++++
 2 files changed, 165 insertions(+), 9 deletions(-)