[
https://issues.apache.org/jira/browse/FLINK-19084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz closed FLINK-19084.
------------------------------------
Release Note:
Deprecated methods ExecutionConfig#isLatencyTrackingEnabled was removed, you
can use ExecutionConfig#getLatencyTrackingInterval instead.
Deprecated, ineffective for some time methods
ExecutionConfig#enable/disableSysoutLogging,
ExecutionConfig#set/isFailTaskOnCheckpointError were removed. These methods had
no effect, simply remove usages of those.
Removed '-q' flag from cli. The option had no effect.
Resolution: Fixed
Implemented in 1a274a0e6777587826efa635e7bf4af253ff04f9
> Remove deprecated methods in ExecutionConfig
> --------------------------------------------
>
> Key: FLINK-19084
> URL: https://issues.apache.org/jira/browse/FLINK-19084
> Project: Flink
> Issue Type: Sub-task
> Components: API / Core
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> We can remove:
> - ExecutionConfig#isLatencyTrackingEnabled (deprecated in 1.7)
> Additionally, we should remove no-ops methods in ExecutionConfig.
> - ExecutionConfig#disable/enableSysoutLogging (deprecated in 1.10)
> - ExecutionConfig#set/isFailTaskOnCheckpointError (deprecated in 1.9)
> They are {{Public}}, however they became no-op operations, which can be
> argued already broke the stability guarantees.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)