This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch kill_all_couch_servers
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 76a5d8d3c kill all couch_servers if database_dir changes
add a02c483cc Improve fabric index cleanup
add c5fb09480 Update couch_mrview_debug with a few new functions
add eddb6365b Update active db size calculation to use only leaf nodes
add 62d92766e Use compaction ioq priority for shard splitting
add 571549ad0 Add a proper reshard jobs ioq class
add 1fc204b7f kill all couch_servers if database_dir changes
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 (76a5d8d3c)
\
N -- N -- N refs/heads/kill_all_couch_servers (1fc204b7f)
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/src/couch_db.erl | 5 +
src/couch/src/couch_db_updater.erl | 15 +-
src/couch/test/exunit/fabric_test.exs | 101 ---------
src/couch_mrview/src/couch_mrview_cleanup.erl | 97 +++++----
src/couch_mrview/src/couch_mrview_debug.erl | 128 ++++++++++-
src/couch_mrview/src/couch_mrview_util.erl | 93 ++++++--
.../test/eunit/couch_mrview_util_tests.erl | 139 ++++++++++++
src/docs/src/config/ioq.rst | 5 +
src/fabric/src/fabric.erl | 74 ++-----
src/fabric/test/eunit/fabric_tests.erl | 237 ++++++++++++++++++---
src/ioq/src/ioq.erl | 5 +
src/mem3/src/mem3_reshard_index.erl | 3 +-
src/mem3/src/mem3_reshard_job.erl | 1 +
13 files changed, 646 insertions(+), 257 deletions(-)
delete mode 100644 src/couch/test/exunit/fabric_test.exs