Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.5.0, 1.6.0
Description
The LocalFileSystem does not support concurrent directory creations. The consequence is that file system operations fail.
I think the culprit is the following line: https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java#L257
Attachments
Issue Links
- links to