couchdb:2.1.x

Last commit made on 2018-05-28
Get this branch:
git clone -b 2.1.x https://git.launchpad.net/couchdb

Branch merges

Branch information

Name:
2.1.x
Repository:
lp:couchdb

Recent commits

5a55796... by Joan Touzet <email address hidden>

Update Jenkins build process:

* Newly provisioned images
* Add ubuntu bionic (18.04) support
* Add our own couch-js/couch-libmozjs185 pkgs to rolling repo build

180a155... by Joan Touzet <email address hidden>

Revert to ubuntu Jenkins label, uids now standardised

f84faa5... by janl

re-add query

4bfc3bf... by janl

Update NOTICE: remove autoconf/m4 references and revert react patents note

1f364e5... by Nick Vatamaniuc <email address hidden>

Configurable delay before retrying on missing_doc error

Implement a configurable delay before retrying a document fetch in replicator.

missing_doc exceptions usually happen when there is a continuous replication
set up and the source is updated. The change might appear in the changes feed,
but when worker tries to fetch the document's revisions it talks to a
node where internal replication hasn't caught up and so it throws an exception.

Previously the delay was hard-coded at 0 (that is retrying was immediate). The
replication would still make progress, but after crashing, retrying and
generating a lot of unnecessary log noise. Since updating a source while
continuous replication is running is a common scenario, it's worth optimizing
for it and avoiding wasting resources and spamming logs.

e01f300... by Paul J. Davis

Update jiffy to use dedupe_keys

b5d9878... by Eric Avdey <email address hidden>

Return error 410 on temporary view request

3aa0470... by janl

fix(peruser_test): on slow CI vms, we can get Cluster timeouts

14e7218... by Muaaz Saleem <email address hidden>

Updating verifyinstall URL

While going to http://localhost:5984/_utils/verify_install.html returns `Not found.`, browsing to `http://localhost:5984/_utils/#/verifyinstall` works. Maybe the url is outdated

a63b1d4... by Tony Sun <email address hidden>

whitespace