This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch use-indexer-grv-for-view-reads
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 5a82664 Require subscribers to wait until indexer finishes
discard f1e2ac0 [fixup] Avoid bumping just DbReadVsn
discard a6a1009 [fixup] Must call report_progress in every tx we update
indexing data
discard f61a609 [fixup] Avoid round-trip of acquiring a new GRV in the indexer
discard 18d5e3f [fixup] Improve variable naming
discard a2f92d8 Consistent view emits using indexer's GRVs and committed
versionstamps
add 9043204 Fix typo causing not saving of configuration changes from
chttpd_node
add eeec561 Merge pull request #3440 from cloudant/fix-typo
add b125036 Add Secondary data tests with updates test
add 36eae8f Merge pull request #3441 from
apache/concurrent-write-test-with-updates
add 69ed2da Add more concurrent write tests
add 4f0574d Fix error_logger reports for OTP >= 21
add f0471ba Remove CentOS 6 from CI (#3439)
add a82f58c Consistent view emits using indexer's GRVs and committed
versionstamps
add 42c800c Require subscribers to wait until indexer finishes
add 5050c52 Clean up indexes after each test case in
couch_views_active_tasks_test
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 (5a82664)
\
N -- N -- N refs/heads/use-indexer-grv-for-view-reads (5050c52)
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:
build-aux/Jenkinsfile.full | 46 ----------
src/chttpd/src/chttpd_node.erl | 2 +-
src/couch_log/src/couch_log_monitor.erl | 13 +++
.../test/couch_views_active_tasks_test.erl | 3 +
test/elixir/test/concurrent_writes_test.exs | 100 +++++++++++++++++++++
test/elixir/test/config/suite.elixir | 3 +-
6 files changed, 119 insertions(+), 48 deletions(-)