You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/17 19:00:18 UTC

[couchdb] branch 3939-multipart-replicated-changes-race updated (a066d92a3 -> 07fab2ea2)

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

vatamane pushed a change to branch 3939-multipart-replicated-changes-race
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard a066d92a3 Make sure to wait for the attachments to uploaded before responding to the user
 discard 284a87533 Minor DRY-ing up of logic to handle hello_from_writer MP parser messages
 discard 6197daa20 Make sure to send hello_from_writer only once for each worker
 discard e63e39c5d Preserve support for single-node couch_httpd path
 discard f83fdecac Ensure the parser always monitors the worker
 discard e7174b701 Add an integration test
     add e814407e6 Fix busy functions to work with pids
     add 3894fb397 Merge pull request #3987 from noahshaw11/fix-busy-functions-to-work-with-pids
     add ece397238 Add an integration test
     add 779428942 Ensure the parser always monitors the worker
     add c49ea553b Preserve support for single-node couch_httpd path
     add 9c84cf9ee Make sure to send hello_from_writer only once for each worker
     add dad6d18dc Minor DRY-ing up of logic to handle hello_from_writer MP parser messages
     add 07fab2ea2 Make sure to wait for the attachments to uploaded before responding to the user

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   (a066d92a3)
            \
             N -- N -- N   refs/heads/3939-multipart-replicated-changes-race (07fab2ea2)

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_debug.erl | 32 +++++++++++++++++++++++++-------
 1 file changed, 25 insertions(+), 7 deletions(-)