You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/06/27 20:40:24 UTC

[jira] [Commented] (STORM-375) Smarter downloading of assignments by supervisors and workers

    [ https://issues.apache.org/jira/browse/STORM-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046243#comment-14046243 ] 

ASF GitHub Bot commented on STORM-375:
--------------------------------------

GitHub user knusbaum opened a pull request:

    https://github.com/apache/incubator-storm/pull/167

    [STORM-375] Smarter downloading of assignments by supervisors and workers

    

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

    $ git pull https://github.com/knusbaum/incubator-storm community-zk-assignments

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

    https://github.com/apache/incubator-storm/pull/167.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 #167
    
----
commit b27b8c4fa015f19db6a087c3a565a703b39dc517
Author: Kyle Nusbaum <kn...@yahoo-inc.com>
Date:   2014-06-26T21:13:56Z

    Demo conservative ZK assignments (lots of logging)

commit 41e5b91a71a609818c8ca8b0291ea292710dd468
Author: Kyle Nusbaum <kn...@yahoo-inc.com>
Date:   2014-06-27T17:52:52Z

    Added smart assignment-refreshing for workers.

commit 516b33317d49c8687984a77de0764f0b25333e22
Author: Kyle Nusbaum <kn...@yahoo-inc.com>
Date:   2014-06-27T17:54:05Z

    Merge remote-tracking branch 'community/master' into community-zk-assignments

commit 310e09e1a594ef44785e7aeb4b2fd5e4299a303b
Author: Kyle Nusbaum <kn...@yahoo-inc.com>
Date:   2014-06-26T21:40:29Z

    Cleaned up and ready for pull.

commit 6d560cb6b7c1b120f30d026a50042c768ab90692
Author: Kyle Nusbaum <kn...@yahoo-inc.com>
Date:   2014-06-27T18:29:03Z

    Cleanup for pull

commit f4e6c1933ff3f2e8ded52b9ceed389362ad41796
Author: Kyle Nusbaum <kn...@yahoo-inc.com>
Date:   2014-06-27T18:31:07Z

    One more bit of cleanup

----


> Smarter downloading of assignments by supervisors and workers
> -------------------------------------------------------------
>
>                 Key: STORM-375
>                 URL: https://issues.apache.org/jira/browse/STORM-375
>             Project: Apache Storm (Incubating)
>          Issue Type: Improvement
>            Reporter: Kyle Nusbaum
>
> Periodically the supervisors and workers each download their assignments from zookeeper, and the traffic begins to saturate the network as we scale.
> Having these daemons only grab the assignments when the zookeeper path's version number changes reduces this traffic considerably.



--
This message was sent by Atlassian JIRA
(v6.2#6252)