You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/03/22 18:41:39 UTC

[couchdb] branch couch_index_fixes updated (dc46bff0d -> f75997cd7)

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

rnewson pushed a change to branch couch_index_fixes
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit dc46bff0d log the original stack trace if Mod:Func throws
    omit aca3bc274 don't crash if index crashes during open or if event listener crashes
    omit 93da09b43 restart event listener if it crashes, instead of crashing ourselves
    omit da9c13e94 Revert "catch and log any error from mem3:local_shards"
     add 65ad03c0f Revert "catch and log any error from mem3:local_shards"
     add 451d4bdd6 log the original stack trace if Mod:Func throws
     add f82d96173 don't crash in handle_db_event
     add f75997cd7 track index pids during open and don't crash if they do

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   (dc46bff0d)
            \
             N -- N -- N   refs/heads/couch_index_fixes (f75997cd7)

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_index/src/couch_index_server.erl | 158 ++++++++++++++++++-----------
 src/dreyfus/src/dreyfus_index_manager.erl  |  15 +--
 2 files changed, 98 insertions(+), 75 deletions(-)