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/09/14 18:19:34 UTC

[couchdb] branch prototype/fdb-layer-replace-couch-rate updated (c3511dd -> df3b74a)

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

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


 discard c3511dd  Move error reporting test to EUnit
 discard 255926f  Optimize view indexer batch sizes
     add 72b8582  Optimize view indexer batch sizes
     add df3b74a  Move error reporting test to EUnit

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   (c3511dd)
            \
             N -- N -- N   refs/heads/prototype/fdb-layer-replace-couch-rate (df3b74a)

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:
 src/couch_views/README.md                          |  1 +
 src/couch_views/src/couch_views_batch.erl          | 18 ++++++---
 src/couch_views/src/couch_views_batch_impl.erl     |  7 ++--
 src/couch_views/src/couch_views_indexer.erl        | 43 ++++++++++++++--------
 .../test/couch_views_active_tasks_test.erl         |  4 +-
 src/couch_views/test/couch_views_batch_test.erl    | 16 ++++++--
 6 files changed, 58 insertions(+), 31 deletions(-)