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

willholley pushed a change to branch wh/connect_to
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 594735307 remove unused exports
 discard 904040b27 cache the parsed config
 discard 45fcc9ee1 extract common helper for dns_overrides
 discard b742a42d3 fix is_ip_address implementation
 discard 99eacb239 address review comments
 discard 132666668 add test from PR review
 discard 2d56dc217 feat: Add replicator DNS override support for outbound 
requests.
     add 169643d9d Optimize replicator
     add db961c080 Fix cluster index and process cleanup
     add d63206e0b feat: Add replicator DNS override support for outbound 
requests.
     add 7b08e4176 add test from PR review
     add 625a00a82 address review comments
     add 2c36aa07b fix is_ip_address implementation
     add 9749ba165 extract common helper for dns_overrides
     add 3faca174c cache the parsed config
     add 11fc37e8c remove unused exports
     add a13803a18 fix persistent term initialization

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   (594735307)
            \
             N -- N -- N   refs/heads/wh/connect_to (a13803a18)

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                        |   4 +
 src/couch/src/couch_secondary_sup.erl              |   3 +-
 src/couch_index/src/couch_index_cleanup.erl        |  98 ++++++++
 src/couch_index/src/couch_index_server.erl         |  68 ++----
 .../test/eunit/couch_index_ddoc_updated_tests.erl  | 178 ---------------
 src/couch_mrview/src/couch_mrview_cleanup.erl      |  40 +++-
 src/couch_mrview/src/couch_mrview_util.erl         |  12 +-
 .../test/eunit/couch_mrview_cleanup_tests.erl      | 252 +++++++++++++++++++++
 .../test/eunit/couch_mrview_util_tests.erl         |   6 +-
 src/couch_replicator/src/couch_replicator_dns.erl  |  10 +-
 .../src/couch_replicator_worker.erl                |  11 +-
 11 files changed, 437 insertions(+), 245 deletions(-)
 create mode 100644 src/couch_index/src/couch_index_cleanup.erl
 delete mode 100644 
src/couch_index/test/eunit/couch_index_ddoc_updated_tests.erl
 create mode 100644 src/couch_mrview/test/eunit/couch_mrview_cleanup_tests.erl

Reply via email to