You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/04/21 07:04:00 UTC

[jira] [Created] (FLINK-22387) UpsertKafkaTableITCase hangs

Dawid Wysakowicz created FLINK-22387:
----------------------------------------

             Summary: UpsertKafkaTableITCase hangs
                 Key: FLINK-22387
                 URL: https://issues.apache.org/jira/browse/FLINK-22387
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Kafka, Table SQL / Ecosystem
    Affects Versions: 1.13.0
            Reporter: Dawid Wysakowicz


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=16901&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=1fb1a56f-e8b5-5a82-00a0-a2db7757b4f5&l=6932
{code}
2021-04-20T20:01:32.2276988Z Apr 20 20:01:32 "main" #1 prio=5 os_prio=0 tid=0x00007fe87400b000 nid=0x4028 runnable [0x00007fe87df22000]
2021-04-20T20:01:32.2277666Z Apr 20 20:01:32    java.lang.Thread.State: RUNNABLE
2021-04-20T20:01:32.2278338Z Apr 20 20:01:32 	at org.testcontainers.shaded.okio.Buffer.getByte(Buffer.java:312)
2021-04-20T20:01:32.2279325Z Apr 20 20:01:32 	at org.testcontainers.shaded.okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:310)
2021-04-20T20:01:32.2280656Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.java:492)
2021-04-20T20:01:32.2281603Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.java:471)
2021-04-20T20:01:32.2282163Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.Util.skipAll(Util.java:204)
2021-04-20T20:01:32.2282870Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.Util.discard(Util.java:186)
2021-04-20T20:01:32.2283494Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.close(Http1ExchangeCodec.java:511)
2021-04-20T20:01:32.2284460Z Apr 20 20:01:32 	at org.testcontainers.shaded.okio.ForwardingSource.close(ForwardingSource.java:43)
2021-04-20T20:01:32.2285183Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.connection.Exchange$ResponseBodySource.close(Exchange.java:313)
2021-04-20T20:01:32.2285756Z Apr 20 20:01:32 	at org.testcontainers.shaded.okio.RealBufferedSource.close(RealBufferedSource.java:476)
2021-04-20T20:01:32.2286287Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.internal.Util.closeQuietly(Util.java:139)
2021-04-20T20:01:32.2286795Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.ResponseBody.close(ResponseBody.java:192)
2021-04-20T20:01:32.2287270Z Apr 20 20:01:32 	at org.testcontainers.shaded.okhttp3.Response.close(Response.java:290)
2021-04-20T20:01:32.2287913Z Apr 20 20:01:32 	at org.testcontainers.shaded.com.github.dockerjava.okhttp.OkDockerHttpClient$OkResponse.close(OkDockerHttpClient.java:285)
2021-04-20T20:01:32.2288606Z Apr 20 20:01:32 	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$null$0(DefaultInvocationBuilder.java:272)
2021-04-20T20:01:32.2289295Z Apr 20 20:01:32 	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder$$Lambda$340/2058508175.close(Unknown Source)
2021-04-20T20:01:32.2289886Z Apr 20 20:01:32 	at com.github.dockerjava.api.async.ResultCallbackTemplate.close(ResultCallbackTemplate.java:77)
2021-04-20T20:01:32.2290567Z Apr 20 20:01:32 	at org.testcontainers.utility.ResourceReaper.start(ResourceReaper.java:202)
2021-04-20T20:01:32.2291051Z Apr 20 20:01:32 	at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:205)
2021-04-20T20:01:32.2291879Z Apr 20 20:01:32 	- locked <0x00000000e9cd50f8> (a [Ljava.lang.Object;)
2021-04-20T20:01:32.2292313Z Apr 20 20:01:32 	at org.testcontainers.LazyDockerClient.getDockerClient(LazyDockerClient.java:14)
2021-04-20T20:01:32.2292870Z Apr 20 20:01:32 	at org.testcontainers.LazyDockerClient.authConfig(LazyDockerClient.java:12)
2021-04-20T20:01:32.2293383Z Apr 20 20:01:32 	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:310)
2021-04-20T20:01:32.2293890Z Apr 20 20:01:32 	at org.testcontainers.containers.GenericContainer.starting(GenericContainer.java:1029)
2021-04-20T20:01:32.2294578Z Apr 20 20:01:32 	at org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:29)
2021-04-20T20:01:32.2295157Z Apr 20 20:01:32 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2021-04-20T20:01:32.2295622Z Apr 20 20:01:32 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2021-04-20T20:01:32.2296067Z Apr 20 20:01:32 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
2021-04-20T20:01:32.2296472Z Apr 20 20:01:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
2021-04-20T20:01:32.2296957Z Apr 20 20:01:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
2021-04-20T20:01:32.2297490Z Apr 20 20:01:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
2021-04-20T20:01:32.2298021Z Apr 20 20:01:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
2021-04-20T20:01:32.2298552Z Apr 20 20:01:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
2021-04-20T20:01:32.2299266Z Apr 20 20:01:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
2021-04-20T20:01:32.2299822Z Apr 20 20:01:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
2021-04-20T20:01:32.2300349Z Apr 20 20:01:32 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
2021-04-20T20:01:32.2300855Z Apr 20 20:01:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
{code}



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