[
https://issues.apache.org/jira/browse/STORM-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046380#comment-14046380
]
ASF GitHub Bot commented on STORM-375:
--------------------------------------
Github user nathanmarz commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/167#discussion_r14314628
--- Diff: storm-core/src/clj/backtype/storm/daemon/worker.clj ---
@@ -174,11 +175,13 @@
)
:timer-name timer-name))
+(def assignment-versions (atom {}))
--- End diff --
This shouldn't be global but part of the worker data
> 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 and hammer
> zookeeper as we scale. Having these daemons only grab the assignments when
> the zookeeper path's version number changes reduces this traffic
> considerably, along with STORM-376.
--
This message was sent by Atlassian JIRA
(v6.2#6252)