GitHub user rnewson opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/82

    Handle no_pass message when limit is 0

    A view query that uses both a filter and a limit value can appear to
    'hang' because the workers continue to run even after the number of
    requested items have been returned, as workers that find no more
    matches return 'no_pass' messages not 'change' messages, and thus the
    short-circuiting code is never activated.
    
    COUCHDB-3269

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-fabric 3269-filter-and-limit

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fabric/pull/82.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 #82
    
----
commit 58c810ede8e929c372ac575044311bf1bdb90d8a
Author: Robert Newson <[email protected]>
Date:   2017-01-09T12:30:02Z

    Handle no_pass message when limit is 0
    
    A view query that uses both a filter and a limit value can appear to
    'hang' because the workers continue to run even after the number of
    requested items have been returned, as workers that find no more
    matches return 'no_pass' messages not 'change' messages, and thus the
    short-circuiting code is never activated.
    
    COUCHDB-3269

----


---
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.
---

Reply via email to