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

[couchdb] branch 3.x updated (e089b02 -> be2898d)

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

rnewson pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from e089b02  Merge pull request #3361 from apache/active-tasks-process-status
     add d10eda2  encapsulate db_updated call in a function
     add ef1c902  Shard couch_server for performance
     new be2898d  Merge pull request #3366 from apache/couch_server_sharding

The 1 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:
 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 +-
 12 files changed, 201 insertions(+), 117 deletions(-)


[couchdb] 01/01: Merge pull request #3366 from apache/couch_server_sharding

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit be2898dd5338e2e83c6058f6974cc6177c0bccae
Merge: e089b02 ef1c902
Author: Robert Newson <rn...@apache.org>
AuthorDate: Fri Feb 12 15:40:18 2021 +0000

    Merge pull request #3366 from apache/couch_server_sharding
    
    Couch server sharding

 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 +-
 12 files changed, 201 insertions(+), 117 deletions(-)