suztomo edited a comment on pull request #14474: URL: https://github.com/apache/beam/pull/14474#issuecomment-816906740
Another case https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/3405/console after 47 minutes. ``` 16:28:13 "pool-123-thread-3" #179 prio=5 os_prio=0 tid=0x00007f296508d800 nid=0x3131 waiting on condition [0x00007f29f8df8000] 16:28:13 java.lang.Thread.State: WAITING (parking) 16:28:13 at sun.misc.Unsafe.park(Native Method) 16:28:13 - parking to wait for <0x00000000e55e9d00> (a java.util.concurrent.CountDownLatch$Sync) 16:28:13 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) 16:28:13 at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) 16:28:13 at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) 16:28:13 at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) 16:28:13 at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) 16:28:13 at org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest.lambda$testMultipleClientsFailingIsHandledGracefullyByServer$2(GrpcLoggingServiceTest.java:122) 16:28:13 at org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest$$Lambda$424/2092098276.call(Unknown Source) 16:28:13 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 16:28:13 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 16:28:13 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 16:28:13 at java.lang.Thread.run(Thread.java:748) 16:28:13 16:28:13 "pool-123-thread-2" #178 prio=5 os_prio=0 tid=0x00007f296508c800 nid=0x3130 waiting on condition [0x00007f29f9701000] 16:28:13 java.lang.Thread.State: WAITING (parking) 16:28:13 at sun.misc.Unsafe.park(Native Method) 16:28:13 - parking to wait for <0x00000000e5445fb0> (a java.util.concurrent.CountDownLatch$Sync) 16:28:13 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) 16:28:13 at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) 16:28:13 at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) 16:28:13 at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) 16:28:13 at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) 16:28:13 at org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest.lambda$testMultipleClientsFailingIsHandledGracefullyByServer$2(GrpcLoggingServiceTest.java:122) 16:28:13 at org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest$$Lambda$424/2092098276.call(Unknown Source) 16:28:13 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 16:28:13 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 16:28:13 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 16:28:13 at java.lang.Thread.run(Thread.java:748) ``` ``` 16:28:13 at java.util.concurrent.AbstractExecutorService.invokeAll(AbstractExecutorService.java:244) 16:28:13 at org.apache.beam.runners.fnexecution.logging.GrpcLoggingServiceTest.testMultipleClientsFailingIsHandledGracefullyByServer(GrpcLoggingServiceTest.java:127) ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
