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

File cache doesn't support multiple duplicate temp directories

    XMLWordPrintableJSON

Details

    Description

      Based on https://ci.apache.org/projects/flink/flink-docs-master/setup/config.html, you should be able to specify the same temp directory name multiple times. This works for some of the Flink infrastructure (e.g. the TaskManager's temp file directory), but not for FileCache.

      The problem is that the FileCache() constructor tries to use the same random directory name for each of the specified temp dir locations, so after the first directory is created, the second create fails.

      Attachments

        1. FLINK-3878.patch
          1 kB
          Kenneth William Krugler

        Activity

          People

            kkrugler Kenneth William Krugler
            kkrugler Kenneth William Krugler
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: