Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r173177188
--- Diff: conf/defaults.yaml ---
@@ -182,7 +195,7 @@ worker.log.level.reset.poll.secs: 30
# control how many worker receiver threads we need per worker
topology.worker.receiver.thread.count: 1
-task.heartbeat.frequency.secs: 3
+task.heartbeat.frequency.secs: 60
--- End diff --
If that is the case can we at a minimum update the description of the
config, or better yet create a new config that is specific to metrics and
deprecate this one? My biggest concern would be for running a 1.x topology on
a 2.x cluster. The 1.x topo may get some very odd behavior.
---