[
https://issues.apache.org/jira/browse/FLINK-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273594#comment-15273594
]
ASF GitHub Bot commented on FLINK-3878:
---------------------------------------
GitHub user kkrugler opened a pull request:
https://github.com/apache/flink/pull/1965
FLINK-3878: File cache doesn't support multiple duplicate temp direct…
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkrugler/flink FLINK-3878
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1965.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1965
----
commit f517169a77d6a09029c91ab2bed7eb5fa73d2378
Author: Ken Krugler <[email protected]>
Date: 2016-05-06T03:30:49Z
FLINK-3878: File cache doesn't support multiple duplicate temp directories
----
> File cache doesn't support multiple duplicate temp directories
> --------------------------------------------------------------
>
> Key: FLINK-3878
> URL: https://issues.apache.org/jira/browse/FLINK-3878
> Project: Flink
> Issue Type: Bug
> Components: Distributed Runtime, Local Runtime
> Affects Versions: 1.1.0, 1.0.2
> Reporter: Ken Krugler
> Attachments: FLINK-3878.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)