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 a08a9b5 Add `_scheduler/{jobs,docs}` API endpoints
omits a9b4dfa Stitch scheduling replicator together.
omits df18550 Implement replication document processor
omits 850aadc Refactor utils into 3 modules
omits 6f43f0e AIMD based rate limiter implementation
omits 4eab43d Share connections between replications
omits 5c5a951 Implement multi-db shard change monitoring
omits eae3d60 Cluster ownership module implementation
omits 337b705 Introduce couch_replicator_scheduler
adds 80963ca Don't crash compactor when compacting process fails
adds 1c94522 Add function to clean up after failed compaction
adds 81166c5 Expose couch_index_compactor:get_compacting_pid/1
adds f7767a3 Update should_remove test
adds c3ff408 Merge pull request #474 from
cloudant/3364-fix-view-compactor-unknown_info
new df0bffe Introduce couch_replicator_scheduler
new 74bfb0b Cluster ownership module implementation
new 37d5dba Implement multi-db shard change monitoring
new 65dfb82 Share connections between replications
new d2af984 AIMD based rate limiter implementation
new 4935c92 Refactor utils into 3 modules
new dff5ae7 Implement replication document processor
new 628cf6f Stitch scheduling replicator together.
new 67c4553 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 (a08a9b5)
\
N -- N -- N refs/heads/63012-scheduler (67c4553)
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:
src/couch_index/src/couch_index.erl | 12 ++++++++-
src/couch_index/src/couch_index_compactor.erl | 14 +++++++++-
src/couch_mrview/src/couch_mrview_compactor.erl | 9 ++++++-
src/couch_mrview/src/couch_mrview_index.erl | 6 ++++-
.../test/couch_mrview_compact_tests.erl | 31 +++++++++++++++++++++-
.../test/couch_replicator_connection_tests.erl | 7 ++++-
6 files changed, 73 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].