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

rnewson pushed a change to branch nouveau-shorter-classpath
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 3bb1a739e Put classpath in main jar manifest
     add d0cf54e1e Ensure rexi_buffer metric includes the internal bufferd 
messages
     add 4f73e6c5d chore(dev): Use atom for config key `with_spidermonkey` 
(#5151)
     add fe0c8936b Improve worker cleanup on early coordinator exit
     add a3ece4369 chore(dev): Replace 0/1 to false/true for config keys (#5154)
     add 1e303335c fix(dev): Upgrade recon and fix Erlang/OTP 27 compiler 
warnings (#5156)
     add afc164adc Put classpath in main jar manifest

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   (3bb1a739e)
            \
             N -- N -- N   refs/heads/nouveau-shorter-classpath (afc164adc)

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                                           |  10 +-
 Makefile.win                                       |  10 +-
 configure                                          |  32 +--
 configure.ps1                                      |  14 +-
 rebar.config.script                                |   2 +-
 src/couch/rebar.config.script                      |   6 +-
 src/couch/src/couch_ejson_size.erl                 |   2 +-
 .../src/couch_replicator_fabric.erl                |   2 +-
 src/fabric/src/fabric_streams.erl                  | 113 ++++++++++-
 src/fabric/src/fabric_view_all_docs.erl            |   2 +-
 src/fabric/src/fabric_view_map.erl                 |   4 +-
 src/fabric/src/fabric_view_reduce.erl              |   4 +-
 src/rexi/src/rexi.erl                              | 150 ++++++++++----
 src/rexi/src/rexi_buffer.erl                       |  52 +++--
 src/rexi/src/rexi_server_mon.erl                   |   8 +
 src/rexi/test/rexi_buffer_tests.erl                | 114 +++++++++++
 src/rexi/test/rexi_tests.erl                       | 225 +++++++++++++++++++++
 17 files changed, 640 insertions(+), 110 deletions(-)
 create mode 100644 src/rexi/test/rexi_buffer_tests.erl
 create mode 100644 src/rexi/test/rexi_tests.erl

Reply via email to