You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2022/05/02 03:37:07 UTC

[couchdb] branch fix-reorder-util updated (1608d4b6c -> e256e0313)

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

tonysun83 pushed a change to branch fix-reorder-util
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 1608d4b6c formatting
 discard ab266ff72 return 500 on empty response
 discard 8843aedc0 use undefined for timed out responses
     add 0e38f3907 Improve index building during shard splitting
     add f2d87d48f use undefined for timed out responses
     add 5ecb146c3 return 500 on empty response
     add e256e0313 add default for reorder

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   (1608d4b6c)
            \
             N -- N -- N   refs/heads/fix-reorder-util (e256e0313)

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               |   8 +-
 src/couch/src/couch_util.erl              |  15 +++-
 src/fabric/src/fabric.erl                 |   2 +-
 src/fabric/src/fabric_doc_update.erl      |  20 +----
 src/mem3/src/mem3_reshard_index.erl       | 131 ++++++++++++++++++------------
 src/mem3/src/mem3_reshard_job.erl         |  22 ++---
 src/mem3/test/eunit/mem3_reshard_test.erl |  54 ++++++++++--
 7 files changed, 161 insertions(+), 91 deletions(-)