You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2021/10/02 17:32:00 UTC

[jira] [Commented] (FLINK-24433) "No space left on device" in Azure e2e tests

    [ https://issues.apache.org/jira/browse/FLINK-24433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423572#comment-17423572 ] 

Robert Metzger commented on FLINK-24433:
----------------------------------------

After each test run, we are logging "Environment Information" (search the logs for this string). They contain the disk space allocation.
When this error happened, 5.6GB of space were available before the test started. Before the first test 27Gb were available.
I suggest to analyze the disk space allocation per test. Maybe there are some low hanging fruits (like deleting some temp files, or pruning docker)

> "No space left on device" in Azure e2e tests
> --------------------------------------------
>
>                 Key: FLINK-24433
>                 URL: https://issues.apache.org/jira/browse/FLINK-24433
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System / Azure Pipelines
>    Affects Versions: 1.15.0
>            Reporter: Dawid Wysakowicz
>            Priority: Major
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24668&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=070ff179-953e-5bda-71fa-d6599415701c&l=19772
> {code}
> Sep 30 17:08:42 Job has been submitted with JobID 5594c18e128a328ede39cfa59cb3cb07
> Sep 30 17:08:56 2021-09-30 17:08:56,809 main ERROR Recovering from StringBuilderEncoder.encode('2021-09-30 17:08:56,807 WARN  org.apache.flink.streaming.api.operators.collect.CollectResultFetcher [] - An exception occurred when fetching query results
> Sep 30 17:08:56 java.util.concurrent.ExecutionException: org.apache.flink.runtime.rest.util.RestClientException: [Internal server error., <Exception on server side:
> Sep 30 17:08:56 org.apache.flink.runtime.messages.FlinkJobNotFoundException: Could not find Flink job (5594c18e128a328ede39cfa59cb3cb07)
> Sep 30 17:08:56 	at org.apache.flink.runtime.dispatcher.Dispatcher.getJobMasterGateway(Dispatcher.java:923)
> Sep 30 17:08:56 	at org.apache.flink.runtime.dispatcher.Dispatcher.performOperationOnJobMasterGateway(Dispatcher.java:937)
> Sep 30 17:08:56 	at org.apache.flink.runtime.dispatcher.Dispatcher.deliverCoordinationRequestToCoordina2021-09-30T17:08:57.1584224Z ##[error]No space left on device
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)