Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-9648

Do not store distributed cache entries in ExecutionConfig

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            chesnay Chesnay Schepler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: