This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omit 065185f Ensure deterministic revisions for attachments
omit d12bafa Add storage engine test suite
omit fbd85b1 Implement pluggable storage engines
omit 35cc709 Add legacy storage engine implementation
omit 218c9fc Add couch_db_engine module
omit edc9d97 Remove old rolling reboot upgrade code
add 6d959a7 Avoid unconditional retries in replicator's http client
add 0832393 Prevent chttpd multipart zombie processes
new 69280fc Remove old rolling reboot upgrade code
new 4c4e2bc Add couch_db_engine module
new 43ed699 Add legacy storage engine implementation
new 2f138cf Implement pluggable storage engines
new 214a529 Add storage engine test suite
new 360c4df Ensure deterministic revisions for attachments
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 (065185f)
\
N -- N -- N refs/heads/COUCHDB-3287-pluggable-storage-engines
(360c4df)
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.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/couch/src/couch_bt_engine.erl | 5 +-
src/couch/src/couch_db_engine.erl | 2 +-
src/couch/src/couch_httpd_multipart.erl | 77 ++++++++++++++++++----
.../src/couch_replicator_httpc.erl | 7 +-
4 files changed, 68 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].