Till Rohrmann created FLINK-4746: ------------------------------------ Summary: 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)