You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by madrob <gi...@git.apache.org> on 2015/08/24 23:26:21 UTC

[GitHub] curator pull request: CURATOR-233 Fix DistributedDoubleBarrier::le...

GitHub user madrob opened a pull request:

    https://github.com/apache/curator/pull/99

    CURATOR-233 Fix DistributedDoubleBarrier::leave

    DDB::leave would not respect the wait time parameters correctly, and
    would sometimes return true, even though not all clients had left the
    barrier.

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

    $ git pull https://github.com/madrob/curator CURATOR-233

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

    https://github.com/apache/curator/pull/99.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 #99
    
----
commit 699cefd8e0a26a298774a2688e16f5ec54599408
Author: Mike Drob <md...@apache.org>
Date:   2015-08-24T14:27:03Z

    CURATOR-233 Fix DistributedDoubleBarrier::leave
    
    DDB::leave would not respect the wait time parameters correctly, and
    would sometimes return true, even though not all clients had left the
    barrier.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---