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 3d9694b3a Implement parallel preads
     add d459256bb Kill all couchjs processes right after updating the engine 
setting
     add 1ac7b2308 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   (3d9694b3a)
            \
             N -- N -- N   refs/heads/parallel-preads (1ac7b2308)

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                    | 16 ++++++++
 src/couch/src/couch_file.erl                   | 46 ++++++++++++++++-----
 src/couch/src/couch_proc_manager.erl           |  5 +++
 src/couch/test/eunit/couch_file_tests.erl      | 56 ++++++++++++++++++++++++++
 src/couch_quickjs/test/couch_quickjs_tests.erl | 31 +++++++++++++-
 src/ioq/src/ioq.erl                            |  9 +++--
 6 files changed, 148 insertions(+), 15 deletions(-)

Reply via email to