This is an automated email from the ASF dual-hosted git repository.
nickva pushed a change to branch fix-clustered-index-cleanup
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit c670a115e Fix cluster index and process cleanup
add e979f7f8b Do not run full GC after each doc update in the indexer
add 2c4b6a138 Increase view queue size from 100KB to 10MB
add d7aefe0f7 Use config:get_integer/3 in couch_mrview_updater
add c82fe8ffb Make view compaction tests unflaky
add 5768a2b06 Fix cluster index and process cleanup
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 (c670a115e)
\
N -- N -- N refs/heads/fix-clustered-index-cleanup (5768a2b06)
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:
rel/overlay/etc/default.ini | 15 +++++++++++---
.../test/eunit/couchdb_file_compression_tests.erl | 8 ++++++++
src/couch_index/src/couch_index_updater.erl | 23 +++++++++++++++-------
src/couch_mrview/src/couch_mrview_updater.erl | 9 ++++-----
4 files changed, 40 insertions(+), 15 deletions(-)