[
https://issues.apache.org/jira/browse/FLINK-25709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478998#comment-17478998
]
Danny Cranmer edited comment on FLINK-25709 at 1/19/22, 9:48 PM:
-----------------------------------------------------------------
The KCL update (FLINK-25657) looks an unlikely candidate too. I believe it
first occurred after [this
commit|https://github.com/flink-ci/flink-mirror/commit/d31471e708b0e80976cf53c8d9ea1ebed66acd07].
Given this [changes the blob server file system
clean-up|https://github.com/flink-ci/flink-mirror/commit/d31471e708b0e80976cf53c8d9ea1ebed66acd07#diff-d0243e01372c690149fdba90c49bceb9df88326666636f5d8b98c3564e991990L340],
and the error is "out of disk space", it is possible there is a bug here?
Maybe we have some "borrowed" files that are no longer being deleted, and
building up. ([~trohrmann] )
was (Author: dannycranmer):
The KCL update (FLINK-25657) looks an unlikely candidate too. I believe it
first occurred after [this
commit|https://github.com/flink-ci/flink-mirror/commit/d31471e708b0e80976cf53c8d9ea1ebed66acd07].
Given this [changes the blob server file system
clean-up|https://github.com/flink-ci/flink-mirror/commit/d31471e708b0e80976cf53c8d9ea1ebed66acd07#diff-d0243e01372c690149fdba90c49bceb9df88326666636f5d8b98c3564e991990L340],
and the error is "out of disk space", it is possible there is a bug here?
([~trohrmann] )
> GlueSchemaRegistryAvroKinesisITCase fails on AZP
> ------------------------------------------------
>
> Key: FLINK-25709
> URL: https://issues.apache.org/jira/browse/FLINK-25709
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kinesis
> Affects Versions: 1.15.0
> Reporter: Till Rohrmann
> Priority: Critical
> Labels: test-stability
>
> The {{GlueSchemaRegistryAvroKinesisITCase}} fails on AZP with
> {code}
> Jan 19 18:04:11 java.lang.IllegalStateException: Check failed: Docker
> environment should have more than 2GB free disk space
> Jan 19 18:04:11 at
> org.testcontainers.DockerClientFactory.check(DockerClientFactory.java:312)
> Jan 19 18:04:11 at
> org.testcontainers.DockerClientFactory.checkDiskSpace(DockerClientFactory.java:301)
> Jan 19 18:04:11 at
> org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:238)
> Jan 19 18:04:11 at
> org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
> Jan 19 18:04:11 at
> com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
> Jan 19 18:04:11 at
> org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
> Jan 19 18:04:11 at
> org.testcontainers.containers.GenericContainer.starting(GenericContainer.java:1066)
> Jan 19 18:04:11 at
> org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:29)
> Jan 19 18:04:11 at
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
> Jan 19 18:04:11 at
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
> Jan 19 18:04:11 at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> Jan 19 18:04:11 at java.lang.Thread.run(Thread.java:748)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=29722&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=15816
--
This message was sent by Atlassian Jira
(v8.20.1#820001)