This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch prototype/fdb-layer-replace-couch-rate
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 46f355b Move error reporting test to EUnit
discard 30997a4 Optimize view indexer batch sizes
discard 692ba64 Remove couch_rate
add f677f1e Add option to delay responses until the end
add b82a575 Make COPY doc return only one "ok"
add fe7d521 Merge pull request #3133 from bessbd/backport-fdb-fix-copy-doc
add a819e45 Add node and pid to indexer active tasks output
add 6cedf87 Update all the type monitors after setting any couch jobs type timeout
add 9412526 Fix flaky active tasks test
add 3cbbe03 Remove couch_rate
add 255926f Optimize view indexer batch sizes
add c3511dd Move error reporting test to EUnit
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 (46f355b)
\
N -- N -- N refs/heads/prototype/fdb-layer-replace-couch-rate (c3511dd)
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 | 3 +
src/chttpd/src/chttpd.erl | 58 ++++++--
src/chttpd/src/chttpd_db.erl | 2 +-
src/chttpd/test/eunit/chttpd_db_test.erl | 12 ++
src/chttpd/test/eunit/chttpd_delayed_test.erl | 73 ++++++++++
src/couch_jobs/src/couch_jobs.erl | 3 +-
src/couch_views/README.md | 2 +-
src/couch_views/src/couch_views_batch_impl.erl | 160 +++++++++++++++++----
src/couch_views/src/couch_views_util.erl | 4 +-
.../test/couch_views_active_tasks_test.erl | 16 +++
src/couch_views/test/couch_views_batch_test.erl | 1 -
11 files changed, 291 insertions(+), 43 deletions(-)
create mode 100644 src/chttpd/test/eunit/chttpd_delayed_test.erl
|