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

vatamane pushed a change to branch parallel-preads
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard c709a3242 Implement parallel preads
     add faa4fc803 Extract the response of `_versions` endpoint
     add 06c88fbe8 fix(js): re-instate `deepFreeze()` for all object freezing 
duties
     add 3d3f4f25a Remove multi_workers option from couch_work_queue (#5414)
     add b67db0565 Implement parallel preads

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   (c709a3242)
            \
             N -- N -- N   refs/heads/parallel-preads (b67db0565)

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:
 share/server/dispatch-quickjs.js                |   4 -
 share/server/util.js                            |  24 +++--
 src/chttpd/src/chttpd_node.erl                  |  89 ++++++++--------
 src/couch/src/couch_work_queue.erl              |  46 ++++----
 src/couch/test/eunit/couch_work_queue_tests.erl | 135 ++++++++++++++----------
 5 files changed, 161 insertions(+), 137 deletions(-)

Reply via email to