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
omit 4951316d6 eunit test to prove early termination on conflict
omit b94315860 distribute load over nodes by dbname and range
omit cf6817354 consider a conflict a final decision
omit d0da184b3 start workers sequentially by range
omit 779a56cee refactor to allow delayed worker startup
add 25e126917 Avoid creating purge checkpoints for invalid views
add bc4d4ab78 refactor to allow delayed worker startup
add ab9f34adb start workers sequentially by range
add 29f6a32d7 consider a conflict a final decision
add 9bcecaaa4 distribute load over nodes by dbname and range
add 12c8abaf3 eunit test to prove early termination on conflict
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 (4951316d6)
\
N -- N -- N refs/heads/reduce-intra-cluster-conflicts (12c8abaf3)
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_proc_manager.erl | 32 +++++++++-
src/couch_index/src/couch_index_util.erl | 1 +
src/couch_mrview/src/couch_mrview_index.erl | 17 +++--
src/couch_mrview/src/couch_mrview_util.erl | 35 +++++++++--
src/fabric/test/eunit/fabric_tests.erl | 96 ++++++++++++++++++++++++++++-
src/ken/src/ken_server.erl | 23 +------
6 files changed, 173 insertions(+), 31 deletions(-)