[
https://issues.apache.org/jira/browse/FLINK-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-4746.
--------------------------------
Resolution: Fixed
Fixed via 64ee1386294cde6c61c8ee15c5e1d1ad018dcc46
> Replace TaskManagerRuntimeInfo by TaskManagerConfiguration
> ----------------------------------------------------------
>
> Key: FLINK-4746
> URL: https://issues.apache.org/jira/browse/FLINK-4746
> Project: Flink
> Issue Type: Sub-task
> Components: TaskManager
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
>
> The {{TaskExecutor}} creates an additional {{TaskManagerRuntimeInfo}} when
> created. It contains information which is already contained in the
> {{TaskManagerConfiguration}} object. We should replace this object because it
> stores redundant information. Furthermore, it makes testing the
> {{TaskExecutor}} more difficult, since mocking the
> {{TaskManagerConfiguration}} will cause a failure when trying to create the
> {{TaskManagerRuntimeInformation}} from the {{TaskManagerConfiguration}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)