You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2020/01/17 05:04:41 UTC

[couchdb] branch fix-empty-selector-issues updated (f606dbd -> e7a5e73)

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

tonysun83 pushed a change to branch fix-empty-selector-issues
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from f606dbd  add check for text service
     add 34bace7  More way to detect presence of hastings for Ken
     add 5b15c14  Merge pull request #2450 from apache/couchdb-ken-hastings
     add 75e3acb  Fix fabric worker failures for partition requests
     add d7188ba  Debug mem3_sync_event_listener flakiness
     add 355803e  Explicitly disallow SM60 on aarch64
     add e7a5e73  Merge branch 'master' into fix-empty-selector-issues

No new revisions were added by this update.

Summary of changes:
 INSTALL.Unix.md                             |   5 +-
 build-aux/Jenkinsfile.full                  |   2 +-
 configure                                   |   7 ++
 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 +-------
 src/ken/rebar.config.script                 |   4 +-
 src/mem3/src/mem3_sync_event_listener.erl   |   4 +
 14 files changed, 258 insertions(+), 88 deletions(-)