Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2319#discussion_r138074935 --- Diff: storm-core/src/clj/org/apache/storm/daemon/worker.clj --- @@ -351,6 +373,8 @@ (.sendLoadMetrics (:receiver worker) local-pop) (reset! next-update (+ LOAD-REFRESH-INTERVAL-MS now)))))))) +;;TODO: define a method to get this --- End diff -- Another TODO
---