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 a24fc29d7 Minor DRY-ing up of logic to handle hello_from_writer MP 
parser messages
    omit c234be8a4 Make sure to send hello_from_writer only once for each worker
    omit ae56fe57a Preserve support for single-node couch_httpd path
    omit 157fd2647 Ensure the parser always monitors the worker
    omit d0c020ac4 Add an integration test
     add 160d02d8c use undefined for timed out responses (#3979)
     add b91ec0b48 Handle mochiweb client processes crashing with `{shutdown, 
Error}`
     add 79a5c6a58 Revert mochiweb update until the next release
     add 3bdbcf537 Bump mochiweb to include the {shutdown, Error} in acceptor 
recycler
     add 3cd41c5df Fix function_clause error for replicated changes with a 
target VDU
     add ff2480f72 Implement print_table/2
     add 92fc0bfb9 Merge pull request #3983 from 
noahshaw11/implement-print_table/2
     add c15dfe55b Bump mochiweb to 3.0
     add 42f2c1c53 Bump jiffy to 1.1.1 and b64url to 1.0.3
     add 5778f30cf Add an integration test
     add 41b3ca8cf Ensure the parser always monitors the worker
     add 4576ea87e Preserve support for single-node couch_httpd path
     add eca719c35 Make sure to send hello_from_writer only once for each worker
     add 70cefed18 Minor DRY-ing up of logic to handle hello_from_writer MP 
parser messages
     add 99dcf83f9 Respond to PUT doc only after consuming the attachment

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   (a24fc29d7)
            \
             N -- N -- N   refs/heads/3939-multipart-replicated-changes-race 
(99dcf83f9)

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:
 Makefile                                        |  2 +-
 rebar.config.script                             |  6 +--
 src/chttpd/src/chttpd.erl                       | 11 ++++--
 src/chttpd/src/chttpd_db.erl                    | 21 ++++++++++-
 src/chttpd/src/chttpd_external.erl              |  2 +
 src/couch/src/couch_debug.erl                   | 41 +++++++++++++++++++-
 src/couch/src/couch_httpd.erl                   |  2 +
 src/couch/src/couch_util.erl                    | 14 ++++++-
 src/fabric/src/fabric.erl                       |  2 +-
 src/fabric/src/fabric_doc_update.erl            | 50 ++++++++++++++++++++-----
 test/elixir/test/attachments_multipart_test.exs | 14 +++++--
 11 files changed, 140 insertions(+), 25 deletions(-)

Reply via email to