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/12 18:32:29 UTC

[couchdb] branch 3939-multipart-replicated-changes-race updated (0533e5cad -> ea581835e)

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


    omit 0533e5cad Respond to doc PUT request only after attachments are uploaded
    omit 99dcf83f9 Respond to PUT doc only after consuming the attachment
    omit 70cefed18 Minor DRY-ing up of logic to handle hello_from_writer MP parser messages
    omit eca719c35 Make sure to send hello_from_writer only once for each worker
    omit 4576ea87e Preserve support for single-node couch_httpd path
    omit 41b3ca8cf Ensure the parser always monitors the worker
    omit 5778f30cf Add an integration test
     add 8b44f476f Fix maybe_handle_error clauses
     add 3cf88d638 Reduce smoosh compaction log level to debug
     add 058569863 Add an integration test
     add 138827a6f Ensure the parser always monitors the worker
     add 087e37300 Preserve support for single-node couch_httpd path
     add 21730f863 Make sure to send hello_from_writer only once for each worker
     add 6b774aa8e Minor DRY-ing up of logic to handle hello_from_writer MP parser messages
     add ea581835e 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   (0533e5cad)
            \
             N -- N -- N   refs/heads/3939-multipart-replicated-changes-race (ea581835e)

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:
 rel/overlay/etc/default.ini                     |  2 +-
 src/chttpd/src/chttpd.erl                       |  8 ++++----
 src/chttpd/src/chttpd_db.erl                    | 10 ++++++++--
 src/smoosh/src/smoosh_channel.erl               |  8 ++++----
 src/smoosh/src/smoosh_priority_queue.erl        |  4 ++--
 src/smoosh/src/smoosh_server.erl                |  4 ++--
 src/smoosh/src/smoosh_utils.erl                 |  2 +-
 test/elixir/test/attachments_multipart_test.exs | 10 +++++++---
 8 files changed, 29 insertions(+), 19 deletions(-)