Chesnay Schepler created FLINK-12645:
----------------------------------------
Summary: high parallelism e2e test fails due to missing disk space
Key: FLINK-12645
URL:
https://issues.apache.org/jira/browse/FLINK-12645 Project: Flink
Issue Type: Bug
Components: Tests
Affects Versions: 1.9.0
Reporter: Chesnay Schepler
Fix For: 1.9.0
https://travis-ci.org/zentol/flink/jobs/537799205{code}
java.io.IOException: No space left on device
at java.base/java.io.FileOutputStream.writeBytes(Native Method)
at java.base/java.io.FileOutputStream.write(FileOutputStream.java:332)
at org.apache.flink.runtime.blob.BlobClient.downloadFromBlobServer(BlobClient.java:152)
at org.apache.flink.runtime.blob.AbstractBlobCache.getFileInternal(AbstractBlobCache.java:181)
at org.apache.flink.runtime.blob.PermanentBlobCache.getFile(PermanentBlobCache.java:202)
at org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager.registerTask(BlobLibraryCacheManager.java:120)
at org.apache.flink.runtime.taskmanager.Task.createUserCodeClassloader(Task.java:885)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:572)
at java.base/java.lang.Thread.run(Thread.java:844)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)