You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/08/29 21:39:23 UTC

[couchdb] branch compactor-id-tree-optimization updated (ec5a512 -> 23db5fc)

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

davisp pushed a change to branch compactor-id-tree-optimization
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit ec5a512  Copy the docid tree from the old db
    omit b267ccc  Simplify compaction state management
    omit 42cbf08  Reorder compaction functions
     add 7dc5368  Log additional information on crashes from rexi
     add b2397c5  Merge pull request #746 from cloudant/91868-improve-log-from-rexi
     add d46e3ee  Update README Jenkins link and minor misc. cleanup
     add 50afcce  Use fully qualified call to allow code upgrade
     add 7ab4f91  Merge pull request #762 from cloudant/allow-code-upgrade-for-rexi_monitor
     add 224a2d8  remove commented out code (#766)
     add 2fc328e  Prevent custom test config from persisting
     add 6e57c43  Removing Dockerfile in favour of apache/couchdb-docker repo
     add 4796ea7  Fix chttpd's tests warnings (#771)
     add e2037dc  Avoid race condition in couch_mrview_ddoc_updated_tests (#764)
     add 83a5ac5  Cleanup mango test runner script
     add 41cb42f  Reorder compaction functions
     add a289b5b  Simplify compaction state management
     add 23db5fc  Copy the docid tree from the old db

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   (ec5a512)
            \
             N -- N -- N   refs/heads/compactor-id-tree-optimization (23db5fc)

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:
 BUGS.md                                            |  7 +-
 COMMITTERS.md                                      |  2 -
 Dockerfile                                         | 36 -----------
 README.rst                                         |  4 +-
 src/chttpd/test/chttpd_db_doc_size_tests.erl       | 75 +++++++++++-----------
 src/chttpd/test/chttpd_open_revs_error_test.erl    | 12 +++-
 src/chttpd/test/chttpd_security_tests.erl          |  5 +-
 .../test/couch_mrview_ddoc_updated_tests.erl       |  8 ++-
 src/mango/src/mango_cursor_view.erl                |  3 -
 src/rexi/src/rexi_monitor.erl                      |  3 +-
 src/rexi/src/rexi_server.erl                       |  6 +-
 test/build/test-run-couch-for-mango.sh             |  6 +-
 12 files changed, 75 insertions(+), 92 deletions(-)
 delete mode 100644 Dockerfile

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].