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/12 23:29:29 UTC

[couchdb] branch fair-share-scheduler-3.x updated (42c128b -> 1e28ed5)

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 42c128b  Fair Share Scheduler Implementation
     add d10eda2  encapsulate db_updated call in a function
     add ef1c902  Shard couch_server for performance
     add be2898d  Merge pull request #3366 from apache/couch_server_sharding
     add 1e28ed5  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   (42c128b)
            \
             N -- N -- N   refs/heads/fair-share-scheduler-3.x (1e28ed5)

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                        |   6 +
 src/couch/src/couch_db_engine.erl                  |   2 +-
 src/couch/src/couch_db_updater.erl                 |  16 +-
 src/couch/src/couch_lru.erl                        |  13 +-
 src/couch/src/couch_primary_sup.erl                |  24 +-
 src/couch/src/couch_server.erl                     | 232 +++++++++------
 .../eunit/couch_bt_engine_compactor_ev_tests.erl   |   5 +-
 src/couch/test/eunit/couch_db_split_tests.erl      |   2 +-
 src/couch/test/eunit/couch_db_tests.erl            |   5 +-
 src/couch/test/eunit/couch_server_tests.erl        |   6 +-
 src/couch/test/eunit/couchdb_db_tests.erl          |   4 +-
 src/couch_pse_tests/src/cpse_util.erl              |   3 +-
 .../src/couch_replicator_scheduler.erl             |   9 +
 .../src/couch_replicator_share.erl                 |  58 ++--
 .../test/eunit/couch_replicator_share_tests.erl    | 314 +++++++++++++++++++++
 .../test/eunit/couch_replicator_test.hrl}          |   0
 16 files changed, 564 insertions(+), 135 deletions(-)
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_share_tests.erl
 copy src/{chttpd/test/eunit/chttpd_test.hrl => couch_replicator/test/eunit/couch_replicator_test.hrl} (100%)