You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flink Jira Bot (Jira)" <ji...@apache.org> on 2021/10/27 22:41:01 UTC

[jira] [Updated] (FLINK-21677) org.apache.flink.test.state.operator.restore.unkeyed.ChainBreakTest hangs

     [ https://issues.apache.org/jira/browse/FLINK-21677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flink Jira Bot updated FLINK-21677:
-----------------------------------
    Labels: auto-deprioritized-major stale-minor test-stability  (was: auto-deprioritized-major test-stability)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Minor but is unassigned and neither itself nor its Sub-Tasks have been updated for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is still Minor, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized.


> org.apache.flink.test.state.operator.restore.unkeyed.ChainBreakTest hangs
> -------------------------------------------------------------------------
>
>                 Key: FLINK-21677
>                 URL: https://issues.apache.org/jira/browse/FLINK-21677
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / State Backends
>    Affects Versions: 1.13.0
>            Reporter: Guowei Ma
>            Priority: Minor
>              Labels: auto-deprioritized-major, stale-minor, test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14318&view=logs&j=8fd9202e-fd17-5b26-353c-ac1ff76c8f28&t=a0a633b8-47ef-5c5a-2806-3c13b9e48228
> {code:java}
> 2021-03-08T23:00:04.4695711Z "main" #1 prio=5 os_prio=0 tid=0x00007f658800b800 nid=0x2a2b waiting on condition [0x00007f659172f000]
> 2021-03-08T23:00:04.4696128Z    java.lang.Thread.State: TIMED_WAITING (parking)
> 2021-03-08T23:00:04.4696439Z    at sun.misc.Unsafe.park(Native Method)
> 2021-03-08T23:00:04.4696982Z    - parking to wait for  <0x0000000086e42b38> (a java.util.concurrent.CompletableFuture$Signaller)
> 2021-03-08T23:00:04.4697447Z    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> 2021-03-08T23:00:04.4698055Z    at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1709)
> 2021-03-08T23:00:04.4698530Z    at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
> 2021-03-08T23:00:04.4699049Z    at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1788)
> 2021-03-08T23:00:04.4699523Z    at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
> 2021-03-08T23:00:04.4700082Z    at org.apache.flink.test.state.operator.restore.AbstractOperatorRestoreTestBase.restoreJob(AbstractOperatorRestoreTestBase.java:202)
> 2021-03-08T23:00:04.4700795Z    at org.apache.flink.test.state.operator.restore.AbstractOperatorRestoreTestBase.testMigrationAndRestore(AbstractOperatorRestoreTestBase.java:112)
> 2021-03-08T23:00:04.4701436Z    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2021-03-08T23:00:04.4701934Z    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2021-03-08T23:00:04.4702633Z    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2021-03-08T23:00:04.4703091Z    at java.lang.reflect.Method.invoke(Method.java:498)
> 2021-03-08T23:00:04.4703541Z    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> 2021-03-08T23:00:04.4704040Z    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 2021-03-08T23:00:04.4704558Z    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> 2021-03-08T23:00:04.4705057Z    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 2021-03-08T23:00:04.4705511Z    at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
> 2021-03-08T23:00:04.4705945Z    at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
> 2021-03-08T23:00:04.4706398Z    at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
> 2021-03-08T23:00:04.4706810Z    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
> 2021-03-08T23:00:04.4707248Z    at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 2021-03-08T23:00:04.4707933Z    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> 2021-03-08T23:00:04.4708410Z    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> 2021-03-08T23:00:04.4708984Z    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> 2021-03-08T23:00:04.4709445Z    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> 2021-03-08T23:00:04.4709846Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> 2021-03-08T23:00:04.4710288Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> 2021-03-08T23:00:04.4710723Z    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> 2021-03-08T23:00:04.4711369Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> 2021-03-08T23:00:04.4712967Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> 2021-03-08T23:00:04.4713394Z    at org.junit.runners.Suite.runChild(Suite.java:128)
> 2021-03-08T23:00:04.4713760Z    at org.junit.runners.Suite.runChild(Suite.java:27)
> 2021-03-08T23:00:04.4714154Z    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> 2021-03-08T23:00:04.4714564Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> 2021-03-08T23:00:04.4714978Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> 2021-03-08T23:00:04.4715401Z    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> 2021-03-08T23:00:04.4715817Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> 2021-03-08T23:00:04.4716203Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> 2021-03-08T23:00:04.4716579Z    at org.junit.runners.Suite.runChild(Suite.java:128)
> 2021-03-08T23:00:04.4716918Z    at org.junit.runners.Suite.runChild(Suite.java:27)
> 2021-03-08T23:00:04.4717302Z    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> 2021-03-08T23:00:04.4717859Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> 2021-03-08T23:00:04.4718277Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> 2021-03-08T23:00:04.4718773Z    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> 2021-03-08T23:00:04.4719213Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> 2021-03-08T23:00:04.4719621Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> 2021-03-08T23:00:04.4720048Z    at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
> 2021-03-08T23:00:04.4720591Z    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
> 2021-03-08T23:00:04.4721226Z    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
> 2021-03-08T23:00:04.4721821Z    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
> 2021-03-08T23:00:04.4722328Z    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
> 2021-03-08T23:00:04.4722818Z    at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
> 2021-03-08T23:00:04.4723361Z    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
> {code}



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