GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/storm/pull/1903

    STORM-2323 (1.x) Precondition for Leader Nimbus should check all topology 
blobs and also corresponding dependencies

    * change the precondition for leader Nimbus
    ** it should have all active topology blobs and corresponding dependencies 
locally
    * change zookeeper.clj to use Zookeeper.leaderLatchListenerImpl
    
    master branch: #1895
    
    The difference between #1895 and this is due to zookeeper.clj. In 1.x 
branch it has both zookeeper.clj and Zookeeper.java. I don't want to make 
redundant efforts to get rid of zookeeper.clj, but not also want to modify both 
of code. So I change zookeeper.clj to refer Zookeeper's leader latch listener 
implementation.
    
    @harshach 
    Since you reviewed the PR for master branch, I would ask you to review this 
as well. Thanks in advance.

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

    $ git pull https://github.com/HeartSaVioR/storm STORM-2323-1.x

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

    https://github.com/apache/storm/pull/1903.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 #1903
    
----
commit b19b0a1da4488bf91d60aa1487d6ed6109af4162
Author: Jungtaek Lim <[email protected]>
Date:   2017-01-25T04:16:44Z

    STORM-2323 Precondition for Leader Nimbus should check all topology blobs 
and also corresponding dependencies
    
    * change the precondition for leader Nimbus
    ** it should have all active topology blobs and corresponding dependencies 
locally
    * change zookeeper.clj to use Zookeeper.leaderLatchListenerImpl

----


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