GitHub user eiri opened a pull request:

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

    Ignore already received replies for same shards

    It is possible to get a reply for same shard from different node sent 
before its collector get stopped in `remove_overlapping_shards`.
    
    This running condition leads to a possibility of same info to be aggregated 
multiple times.
    
    COUCHDB-3053

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

    $ git pull https://github.com/cloudant/couchdb-fabric 
69654-fix-view-info-duplicates

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

    https://github.com/apache/couchdb-fabric/pull/61.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 #61
    
----
commit 4c04e39458b4cb9f9f8ccab8dbf7deaf1414b166
Author: Eric Avdey <[email protected]>
Date:   2016-07-08T18:54:47Z

    Ignore already received replies for same shards
    
    It is possible to get a reply for same shard
    from different node sent before its collector
    get stopped in remove_overlapping_shards.
    
    This running condition leads to a possibility
    of same info to be aggregated multiple times.

----


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