lhotari commented on code in PR #4196:
URL: https://github.com/apache/bookkeeper/pull/4196#discussion_r1477692944
##########
.github/workflows/bk-ci.yml:
##########
@@ -200,6 +200,10 @@ jobs:
path: surefire-reports
retention-days: 7
+ - name: print JVM thread dumps when cancelled
+ if: cancelled()
+ run: ./dev/ci-tool print_thread_dumps
+
Review Comment:
DeferredSyncTest.testForceWillAdvanceLacOnlyUpToLastAcknoledgedWrite gets
stuck. I think that the test if flaky itself.
```
"main" #1 prio=5 os_prio=0 cpu=1865.56ms elapsed=1477.95s
tid=0x00007f34b4028000 nid=0x149f5 waiting on condition [0x00007f34bcffc000]
java.lang.Thread.State: TIMED_WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x000000008ad136e8> (a
java.util.concurrent.CompletableFuture$Signaller)
at
java.util.concurrent.locks.LockSupport.parkNanos([email protected]/LockSupport.java:234)
at
java.util.concurrent.CompletableFuture$Signaller.block([email protected]/CompletableFuture.java:1798)
at
java.util.concurrent.ForkJoinPool.managedBlock([email protected]/ForkJoinPool.java:3128)
at
java.util.concurrent.CompletableFuture.timedGet([email protected]/CompletableFuture.java:1871)
at
java.util.concurrent.CompletableFuture.get([email protected]/CompletableFuture.java:2027)
at
org.apache.bookkeeper.common.concurrent.FutureUtils.result(FutureUtils.java:80)
at
org.apache.bookkeeper.common.concurrent.FutureUtils.result(FutureUtils.java:61)
at
org.apache.bookkeeper.client.DeferredSyncTest.testForceWillAdvanceLacOnlyUpToLastAcknoledgedWrite(DeferredSyncTest.java:178)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]