This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch reduce-intra-cluster-conflicts
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 8d4b7935c config toggle between serial and parallel worker startup
discard c82d2527b eunit tests to prove early termination on conflict
discard 5213bde56 distribute load over nodes by dbname and range
discard 20038f89f consider a conflict a final decision
discard f99372f7b start workers sequentially by range
discard 0b51823b8 refactor to allow delayed worker startup
add f519c1b1f Handle a just deleted db in auto-purge plugin
add 5610e7688 fix: Align vdu_rejects counter with actual VDU behaviour
add 3cba0ae81 chore: Add some basic testing for the JS-based VDU interface
add 166335b0e feat: Add the ability for VDUs to be written as Mango
selectors
add ae57d855d docs: Documentation for Mango-selector-based VDUs
add 28ee29984 Merge pull request #5839 from neighbourhoodie/mango-vdu
add 18ab16af9 refactor to allow delayed worker startup
add 49d5fce77 start workers sequentially by range
add e68a2862b consider a conflict a final decision
add a12e0ab08 distribute load over nodes by dbname and range
add 711e51993 eunit tests to prove early termination on conflict
add 0879fe59d config toggle between serial and parallel worker startup
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 (8d4b7935c)
\
N -- N -- N refs/heads/reduce-intra-cluster-conflicts (0879fe59d)
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_auto_purge_plugin.erl | 5 +-
src/couch/src/couch_query_servers.erl | 22 +--
src/couch_mrview/src/couch_mrview.erl | 2 +-
src/docs/src/api/ddoc/common.rst | 5 +-
src/docs/src/ddocs/ddocs.rst | 75 +++++++++
src/mango/src/mango_native_proc.erl | 27 ++++
test/elixir/test/config/suite.elixir | 12 ++
test/elixir/test/validate_doc_update_test.exs | 212 ++++++++++++++++++++++++++
8 files changed, 345 insertions(+), 15 deletions(-)
create mode 100644 test/elixir/test/validate_doc_update_test.exs