Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky-test: BookieAutoRecoveryTest.testClosedLedgers times out (but may succeed on re-run) #4411

Closed
dlg99 opened this issue May 30, 2024 · 0 comments · Fixed by #4419
Closed

Comments

@dlg99
Copy link
Contributor

dlg99 commented May 30, 2024

BookieAutoRecoveryTest.testClosedLedgers is flaky. It fails sporadically.

Error:  org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testClosedLedgers -- Time elapsed: 120.0 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
	at java.base@11.0.23/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@11.0.23/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
	at java.base@11.0.23/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
	at java.base@11.0.23/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
	at java.base@11.0.23/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:[134](https://github.com/apache/bookkeeper/actions/runs/9310045725/job/25626894702?pr=4080#step:7:135)5)
	at java.base@11.0.23/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232)
	at app//org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testClosedLedgers(BookieAutoRecoveryTest.java:216)
	at java.base@11.0.23/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base@11.0.23/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@11.0.23/java.lang.Thread.run(Thread.java:829)```

CI log: https://github.com/apache/bookkeeper/actions/runs/9310045725/job/25626894702?pr=4080
PR: #4080 (but it failed on other PRs too)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant