This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch 63012-scheduler
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omits 112d205 Add `_scheduler/{jobs,docs}` API endpoints
omits eff3b39 Stitch scheduling replicator together.
omits f07ece7 Implement replication document processor
omits d98e7cf Refactor utils into 3 modules
omits a1ee9fb AIMD based rate limiter implementation
omits 2f2832e Share connections between replications
omits 22a7ac7 Implement multi-db shard change monitoring
omits bc547d5 Cluster ownership module implementation
omits 1cbeb8c Introduce couch_replicator_scheduler
adds 02817b1 Windows equipvalent of apache/couchdb#448
adds 5713b30 Avoid creation of document if deleting attachment on
non-existent doc - Check existence of document before deleting its attachment
- if document doesn’t exist, return 404 instead of creating new document
adds 4aba3bc Merge pull request #486 from
cloudant/COUCHDB-3362-delete-att-on-nonexistdoc
adds 2bc93b9 Make _local_docs conform to include_docs
adds 49fb01d Adopt all_docs_reduce_to_count/1 to _local docs
adds 9c5dc07 Fix total_row for _local_docs
adds 64573fc Add utests for _local_docs
adds 0d00c10 Merge pull request #488 from cloudant/3337-fix-_local_docs
adds a5e3deb Re-enable attachment replication tests
adds e5550fb Merge pull request #489 from
cloudant/COUCHDB-3174-re-enable-attachment-replication-tests
new f2847b3 Introduce couch_replicator_scheduler
new 731a896 Cluster ownership module implementation
new cb95722 Implement multi-db shard change monitoring
new 4587713 Share connections between replications
new d12fcb7 AIMD based rate limiter implementation
new d6a3e05 Refactor utils into 3 modules
new 13eecde Implement replication document processor
new 4c6ee50 Stitch scheduling replicator together.
new 49786f7 Add `_scheduler/{jobs,docs}` API endpoints
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 (112d205)
\
N -- N -- N refs/heads/63012-scheduler (49786f7)
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 "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
rel/overlay/bin/couchdb.cmd | 2 +-
src/chttpd/src/chttpd_db.erl | 4 +
src/chttpd/test/chttpd_db_test.erl | 84 ++++++++++++-
src/couch/src/couch_httpd_db.erl | 4 +
src/couch_mrview/src/couch_mrview.erl | 26 ++--
src/couch_mrview/src/couch_mrview_test_util.erl | 16 ++-
src/couch_mrview/src/couch_mrview_util.erl | 13 +-
.../test/couch_mrview_local_docs_tests.erl | 132 +++++++++++++++++++++
...ch_replicator_small_max_request_size_target.erl | 7 +-
9 files changed, 271 insertions(+), 17 deletions(-)
create mode 100644 src/couch_mrview/test/couch_mrview_local_docs_tests.erl
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].