You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2023/03/16 16:03:00 UTC

[jira] [Created] (FLINK-31490) ZooKeeperLeaderElectionTest.testLeaderShouldBeCorrectedWhenOverwritten times out

Matthias Pohl created FLINK-31490:
-------------------------------------

             Summary: ZooKeeperLeaderElectionTest.testLeaderShouldBeCorrectedWhenOverwritten times out
                 Key: FLINK-31490
                 URL: https://issues.apache.org/jira/browse/FLINK-31490
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.17.0
            Reporter: Matthias Pohl


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=47221&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=9448

{code}
Mar 16 02:00:54 "main" #1 prio=5 os_prio=0 tid=0x00007f488800b800 nid=0x5a15 waiting on condition [0x00007f488fe14000]
Mar 16 02:00:54    java.lang.Thread.State: WAITING (parking)
Mar 16 02:00:54 	at sun.misc.Unsafe.park(Native Method)
Mar 16 02:00:54 	- parking to wait for  <0x00000000e4065228> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
Mar 16 02:00:54 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
Mar 16 02:00:54 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
Mar 16 02:00:54 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
Mar 16 02:00:54 	at org.apache.flink.runtime.leaderelection.TestingRetrievalBase.lambda$waitForNewLeader$0(TestingRetrievalBase.java:50)
Mar 16 02:00:54 	at org.apache.flink.runtime.leaderelection.TestingRetrievalBase$$Lambda$1377/797057570.get(Unknown Source)
Mar 16 02:00:54 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:150)
Mar 16 02:00:54 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144)
Mar 16 02:00:54 	at org.apache.flink.runtime.leaderelection.TestingRetrievalBase.waitForNewLeader(TestingRetrievalBase.java:48)
Mar 16 02:00:54 	at org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionTest.testLeaderShouldBeCorrectedWhenOverwritten(ZooKeeperLeaderElectionTest.java:479)
[...]
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)