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 2020/04/10 16:20:27 UTC

[couchdb] branch prototype/fdb-layer-view-cleanup updated (4b4aa9c -> 98c5d94)

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

davisp pushed a change to branch prototype/fdb-layer-view-cleanup
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 4b4aa9c  WIP debugging test
 discard b54bcff  WIP: Stuff.
 discard 58ae48d  Implement couch_views_cleanup_test.erl
 discard 6aee8c4  Remove jobs on index cleanup
 discard 94dadaa  Optionally cleanup stale indices automatically
 discard e9c6fcc  Implement _view_cleanup for FoundationDB
 discard 982be83  Implement couch_views:cleanup_indices/2
 discard 648bd08  Extend fabric2_index callbacks for index cleanup
 discard ab780dc  Update to use `fabric2_db:get_design_docs/1`
 discard 8b050a2  Move process_db/1 to match the logical progression
 discard f148334  Rename variables to indicate transaction state
 discard 6a4283e  Fix index updater configuration keys
 discard 78103ef  Fix division by zero
    omit 295d60a  Fix job removal notifications
     add 56137f3  Fix job removal notifications
     add daf1082  Fix division by zero
     add cbad08d  Make 'make check' run all the passing FDB tests on this branch
     add 2bb0ccd  Fix incorrect usage of couch_epi in mango plugin
     add aad871b  Merge pull request #2775 from cloudant/mango-plugin-fixup
     add d4bc3a5  Fix flaky fabric2_index test
     add 8e20ac1  Fix index updater configuration keys
     add bcb7cf4  Rename variables to indicate transaction state
     add 5fedfbd  Move process_db/1 to match the logical progression
     add 9bf9833  Update to use `fabric2_db:get_design_docs/1`
     add d463700  Extend fabric2_index callbacks for index cleanup
     add ec06dd5  Implement couch_views:cleanup_indices/2
     add 364b639  Implement _view_cleanup for FoundationDB
     add 9319c78  Optionally cleanup stale indices automatically
     add 905de7e  Remove jobs on index cleanup
     add d2d47e1  Implement couch_views_cleanup_test.erl
     add f919686  WIP: Stuff.
     add 98c5d94  WIP debugging test

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   (4b4aa9c)
            \
             N -- N -- N   refs/heads/prototype/fdb-layer-view-cleanup (98c5d94)

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:
 Makefile                                  | 10 ++++++----
 build-aux/Jenkinsfile.pr                  |  2 +-
 src/couch_rate/src/couch_rate_limiter.erl |  4 +++-
 src/fabric/test/fabric2_index_tests.erl   |  6 +++---
 src/mango/src/mango_plugin.erl            |  7 +++++--
 5 files changed, 18 insertions(+), 11 deletions(-)