[ https://issues.apache.org/jira/browse/FLINK-9648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Till Rohrmann closed FLINK-9648. -------------------------------- Resolution: Won't Fix > Do not store distributed cache entries in ExecutionConfig > --------------------------------------------------------- > > Key: FLINK-9648 > URL: https://issues.apache.org/jira/browse/FLINK-9648 > Project: Flink > Issue Type: Improvement > Components: Runtime / Coordination, Runtime / Task > Reporter: Chesnay Schepler > Priority: Major > > Currently, {{DistributedCacheEntries}} are written into the > {{ExecutionConfig}} on the client and later extracted again by the > {{FileCache}} on the {{TaskManager}}. > This approach is more complex and error-prone than necessary, as the map of > entries are already serializable, and in fact are already sent to the > JobManager. > We can instead simply store the map of entries directly in the > {{TaskDeploymentDescriptor}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)