GitHub user navina opened a pull request:

    https://github.com/apache/samza/pull/173

    SAMZA-1272 : ZkCoordinationUtils deletes the entire Zk tree on reset

    * ZkCoordinationUtils has a reset interface that deletes the entire Zk 
tree. This is not desirable.
    * Also, fixed flakiness in unit test by unique barrier name in each of the 
unit tests. Otherwise, they share the same path on Zk and fail during 
concurrent test execution


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

    $ git pull https://github.com/navina/samza SAMZA-1272

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

    https://github.com/apache/samza/pull/173.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 #173
    
----
commit a2cf394c555ca93a6d654edfb6a0b44273dc7b1b
Author: Navina Ramesh <nav...@apache.org>
Date:   2017-05-09T00:31:18Z

    Blah

commit 52da0c76af503e5d6d27ada8011cc78a987e90eb
Author: Navina Ramesh <nav...@apache.org>
Date:   2017-05-09T01:39:49Z

    Fixing the unit test for 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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to