Stephan Ewen created FLINK-20028:
------------------------------------
Summary: FileCompactionITCase is unstable
Key: FLINK-20028
URL:
https://issues.apache.org/jira/browse/FLINK-20028 Project: Flink
Issue Type: Bug
Components: Connectors / FileSystem, Table SQL / Ecosystem
Reporter: Stephan Ewen
Fix For: 1.12.0
The {{ParquetFileCompactionITCase}} hangs and times out.
Log:
https://dev.azure.com/sewen0794/Flink/_build/results?buildId=178&view=logs&j=66592496-52df-56bb-d03e-37509e1d9d0f&t=ae0269db-6796-5583-2e5f-d84757d711aaException:
{code}
org.junit.runners.model.TestTimedOutException: test timed out after 60 seconds
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
at org.apache.flink.table.api.internal.TableResultImpl.awaitInternal(TableResultImpl.java:119)
at org.apache.flink.table.pi.internal.TableResultImpl.await(TableResultImpl.java:86)
at org.apache.flink.table.planner.runtime.stream.sql.FileCompactionITCaseBase.testNonPartition(FileCompactionITCaseBase.java:91)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)