You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2022/02/23 12:19:11 UTC

[couchdb] branch 3.x updated (dfab067 -> e4b8a46)

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

iilyak pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from dfab067  Fix replicated_changes typo for purge doc updates
     new d5a964a  Fix couch_debug:print_linked_processes/1 to work with sharded couch_index_server
     new 3412a96  Add couch_index_debug.erl and restart functions
     new e4b8a46  Merge pull request #3933 from cloudant/debug-for-sharded-index-server

The 12673 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/src/couch_debug.erl              | 207 +++++++++++++++++++++++++++--
 src/couch_index/src/couch_index_debug.erl  | 171 ++++++++++++++++++++++++
 src/couch_index/src/couch_index_server.erl |   6 +-
 3 files changed, 372 insertions(+), 12 deletions(-)
 create mode 100644 src/couch_index/src/couch_index_debug.erl