[ 
https://issues.apache.org/jira/browse/FLINK-30484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651654#comment-17651654
 ] 

Matthias Pohl commented on FLINK-30484:
---------------------------------------

There are multiple Jiras which would fix this issue:
* updating curator to 5.4.0 (FLINK-29173)
* Migrating the legacy tests to the new per-process leader election 
implementation (FLINK-30338)
* getting rid of this test as part of FLINK-26522 where we want to improve the 
leader election classes in general

I'll leave this ticket open for documentation purposes.

> ZooKeeperLeaderElectionTest.testZooKeeperReelection timed out
> -------------------------------------------------------------
>
>                 Key: FLINK-30484
>                 URL: https://issues.apache.org/jira/browse/FLINK-30484
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.15.3
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: test-stability
>
> {{ZooKeeperLeaderElectionTest.testZooKeeperReelection}} timed out in 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44161&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=15416
> {code}
> Dec 22 05:00:20 "main" #1 prio=5 os_prio=0 tid=0x00007f1c7c00b800 nid=0x1ebdc 
> waiting on condition [0x00007f1c82b31000]
> Dec 22 05:00:20    java.lang.Thread.State: WAITING (parking)
> Dec 22 05:00:20       at sun.misc.Unsafe.park(Native Method)
> Dec 22 05:00:20       - parking to wait for  <0x000000008070b7c0> (a 
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
> Dec 22 05:00:20       at 
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> Dec 22 05:00:20       at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> Dec 22 05:00:20       at 
> java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
> Dec 22 05:00:20       at 
> org.apache.flink.runtime.leaderelection.TestingRetrievalBase.lambda$waitForNewLeader$0(TestingRetrievalBase.java:50)
> Dec 22 05:00:20       at 
> org.apache.flink.runtime.leaderelection.TestingRetrievalBase$$Lambda$310/1033917063.get(Unknown
>  Source)
> Dec 22 05:00:20       at 
> org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144)
> Dec 22 05:00:20       at 
> org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:138)
> Dec 22 05:00:20       at 
> org.apache.flink.runtime.leaderelection.TestingRetrievalBase.waitForNewLeader(TestingRetrievalBase.java:48)
> Dec 22 05:00:20       at 
> org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionTest.testZooKeeperReelection(ZooKeeperLeaderElectionTest.java:238)
> {code}



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

Reply via email to