GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-fabric/pull/5
Exit early when there is a quorum but list of docs is empty
There is no point to go through repair stage since this set of
conditions meens that the doc with given id doesn't exists.
Besides not going through repair process fixes the case when
we request open_revs=all for non existent document
BugzID: 17500
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iilyak/couchdb-fabric
open_revs-all-function_clause-if-document-doesn-t-exist
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fabric/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit 06486978f3d2d4e65212c3fc30cfb225b422d376
Author: ILYA Khlopotov <[email protected]>
Date: 2014-12-08T15:52:12Z
Exit early when there is a quorum but list of docs is empty
There is no point to go through repair stage since this set of
conditions meens that the doc with given id doesn't exists.
Besides not going through repair process fixes the case when
we request open_revs=all for non existent document
BugzID: 17500
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---