[
https://issues.apache.org/jira/browse/FLINK-9648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283614#comment-17283614
]
Chesnay Schepler commented on FLINK-9648:
-----------------------------------------
Given how niche this feature is I don't think it makes sense to invest more
time into it.
> 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)