You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/02/15 22:46:11 UTC

[couchdb] branch fair-share-scheduler-3.x updated (43b60b4 -> b68113b)

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

vatamane pushed a change to branch fair-share-scheduler-3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 43b60b4  Fair Share Scheduler Implementation
     add 3d573bf  Preserve max_dbs_open division during config change
     add f261b80  Merge pull request #3368 from apache/couch_server_config_change
     add 5724e8e  Add "couch_server" aggregate to _system output
     add dd0c3af  Merge pull request #3370 from apache/couch_server_system_aggregate
     add b68113b  Fair Share Scheduler Implementation

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   (43b60b4)
            \
             N -- N -- N   refs/heads/fair-share-scheduler-3.x (b68113b)

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:
 src/chttpd/src/chttpd_node.erl                     |   3 +-
 src/couch/src/couch_server.erl                     |  23 +-
 .../src/couch_replicator_scheduler.erl             |  10 +-
 .../src/couch_replicator_share.erl                 |  93 ++++----
 .../test/eunit/couch_replicator_share_tests.erl    | 260 +++++++++++++++++----
 5 files changed, 278 insertions(+), 111 deletions(-)