Jonathan Munz created STORM-3564:
------------------------------------
Summary: Deprecated task.heartbeat.frequency.secs still set in
defaults
Key: STORM-3564
URL: https://issues.apache.org/jira/browse/STORM-3564
Project: Apache Storm
Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Jonathan Munz
task.heartbeat.frequency.secs has been deprecated but it is still being set in
the default config:
[https://github.com/apache/storm/blob/master/conf/defaults.yaml#L217]
As such logs get full of:
{code:java}
o.a.s.v.ConfigValidation main [WARN] task.heartbeat.frequency.secs is a
deprecated config please see class
org.apache.storm.Config.TASK_HEARTBEAT_FREQUENCY_SECS for more information.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)