You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/05/28 08:29:00 UTC

[jira] [Created] (FLINK-12645) high parallelism e2e test fails due to missing disk space

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)