GitHub user kishorvpatil opened a pull request:

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

    [STORM-3003] Adding Assignment caching to Nimbus

    Since nimbus ( scheduler generates assignments) it can cache it instead of 
polling for it from ZK or other state manager. This would improve scheduling 
iteration time, as well as all UI pages that require assignment information.
    
    The need for this improvement felt when we noticed this is larger clusters 
where ZK continues to be bottleneck.

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

    $ git pull https://github.com/kishorvpatil/incubator-storm storm3003

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

    https://github.com/apache/storm/pull/2603.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 #2603
    
----
commit c0e460ccc74872a7b716e72445f0a10247b6f450
Author: Kishor Patil <kpatil@...>
Date:   2018-03-22T20:43:00Z

    Adding Assignment caching to Nimbus

----


---

Reply via email to