GitHub user hanm opened a pull request:

    https://github.com/apache/zookeeper/pull/235

    ZOOKEEPER-2722: fix flaky testSessionEstablishment test.

    Make sure client is connected to a quorum before issuing a write operation 
to avoid possible race condition between connected to a RO server and forming a 
new quorum.
    
    Cherry picked from commit 212201131f8eb01dd2209deb37656ccc4096de77 with a 
tweak to make it work with branch-3.4.

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

    $ git pull https://github.com/hanm/zookeeper ZOOKEEPER-2722

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

    https://github.com/apache/zookeeper/pull/235.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 #235
    
----
commit 4c2e3e85394803af09be90a6e2aada365f0209b3
Author: Michael Han <[email protected]>
Date:   2017-04-17T23:37:19Z

    ZOOKEEPER-2722: fix flaky testSessionEstablishment test.
    
    Make sure client is connected to a quorum before issuing a write operation 
to avoid possible race condition between connected to a RO server and forming a 
new quorum.
    
    Author: Michael Han <[email protected]>
    
    Reviewers: Rakesh Radhakrishnan <[email protected]>, Camille Fournier 
<[email protected]>
    
    (cherry picked from commit 212201131f8eb01dd2209deb37656ccc4096de77)
    Signed-off-by: Michael Han <[email protected]>

----


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