Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.16.0, 1.15.2
Description
Build #36189 got stuck in ZooKeeperMultipleComponentLeaderElectionDriverTest.testLeaderElectionWithMultipleDrivers
"ForkJoinPool-45-worker-25" #525 daemon prio=5 os_prio=0 tid=0x00007fc74d9e3800 nid=0x62c8 waiting on condition [0x00007fc6ff2f2000] May 30 16:36:10 java.lang.Thread.State: WAITING (parking) May 30 16:36:10 at sun.misc.Unsafe.park(Native Method) May 30 16:36:10 - parking to wait for <0x00000000c2571b80> (a java.util.concurrent.CompletableFuture$Signaller) May 30 16:36:10 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) May 30 16:36:10 at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707) May 30 16:36:10 at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3313) May 30 16:36:10 at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742) May 30 16:36:10 at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1947) May 30 16:36:10 at org.apache.flink.runtime.leaderelection.ZooKeeperMultipleComponentLeaderElectionDriverTest.testLeaderElectionWithMultipleDrivers(ZooKeeperMultipleComponentLeaderElectionDriverTest.java:256) May 30 16:36:10 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) May 30 16:36:10 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) May 30 16:36:10 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) May 30 16:36:10 at java.lang.reflect.Method.invoke(Method.java:498) [...]
Attachments
Attachments
Issue Links
- is a clone of
-
FLINK-27880 CI runs keep getting stuck
- Closed
- is fixed by
-
FLINK-29173 Upgrade curator
- Closed
- relates to
-
FLINK-30484 ZooKeeperLeaderElectionTest.testZooKeeperReelection timed out
- Open
-
FLINK-31379 ZooKeeperMultipleComponentLeaderElectionDriverTest.testLeaderElectionWithMultipleDrivers runs into timeout
- Closed
- Testing discovered
-
CURATOR-645 LeaderLatch generates infinite loop with two LeaderLatch instances competing for the leadership
- Closed
- links to