GitHub user davisp opened a pull request:
https://github.com/apache/couchdb-couch/pull/167
Fix couch_key_tree:get_key_leafs/2
This is a fix for a long standing bug when retrieving all leaf keys for
a given set of keys. Before this patch we would incorrectly return some
keys as missing if they happened to be deeper on a branch for a key that
was found if they weren't themselves a leaf key.
COUCHDB-2863
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch
2863-fix-couch-key-tree-get-key-leafs-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/167.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 #167
----
commit 565eeaa89e32f4d1fb786fe2e98abee422cec8d8
Author: Paul J. Davis <[email protected]>
Date: 2016-04-21T20:41:01Z
Fix couch_key_tree:get_key_leafs/2
This is a fix for a long standing bug when retrieving all leaf keys for
a given set of keys. Before this patch we would incorrectly return some
keys as missing if they happened to be deeper on a branch for a key that
was found if they weren't themselves a leaf key.
COUCHDB-2863
----
---
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.
---