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 2020/01/16 16:26:32 UTC

[couchdb] branch master updated (5b15c14 -> 75e3acb)

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

vatamane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 5b15c14  Merge pull request #2450 from apache/couchdb-ken-hastings
     add 75e3acb  Fix fabric worker failures for partition requests

No new revisions were added by this update.

Summary of changes:
 src/dreyfus/src/dreyfus_fabric.erl          | 133 ++++++++++++++++++++++++----
 src/dreyfus/src/dreyfus_fabric_group1.erl   |   9 +-
 src/dreyfus/src/dreyfus_fabric_group2.erl   |   9 +-
 src/dreyfus/src/dreyfus_fabric_info.erl     |   6 +-
 src/dreyfus/src/dreyfus_fabric_search.erl   |  18 ++--
 src/dreyfus/src/dreyfus_util.erl            |  22 ++++-
 src/fabric/src/fabric_db_partition_info.erl |  84 +++++++++++++++---
 src/fabric/src/fabric_util.erl              |   7 +-
 src/fabric/src/fabric_view.erl              |  36 +-------
 9 files changed, 239 insertions(+), 85 deletions(-)