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 17:23:06 UTC

[couchdb] branch add-defaults-config-ini-file updated (7fe4786 -> 9d0f64e)

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

vatamane pushed a change to branch add-defaults-config-ini-file
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 7fe4786  Add a few missing settings to the default.ini file
     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 9d0f64e  Add a few missing settings to the default.ini file

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   (7fe4786)
            \
             N -- N -- N   refs/heads/add-defaults-config-ini-file (9d0f64e)

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                 |  41 ++++-----
 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 +-
 11 files changed, 261 insertions(+), 108 deletions(-)