[ https://issues.apache.org/jira/browse/CAMEL-21187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-21187. --------------------------------- Resolution: Cannot Reproduce Cannot see these problems today > camel-disruptor - Interrupted exception in some unit tests > ---------------------------------------------------------- > > Key: CAMEL-21187 > URL: https://issues.apache.org/jira/browse/CAMEL-21187 > Project: Camel > Issue Type: Test > Components: camel-disruptor > Reporter: Claus Ibsen > Priority: Minor > Fix For: 4.x > > > [INFO] Running > org.apache.camel.component.disruptor.vm.DisruptorVmInOutChainedTest > Exception in thread "Camel (camel-84) thread #391 - disruptor-vm://a" > java.lang.RuntimeException: java.lang.InterruptedException > at > com.lmax.disruptor.FatalExceptionHandler.handleEventException(FatalExceptionHandler.java:45) > at > com.lmax.disruptor.dsl.ExceptionHandlerWrapper.handleEventException(ExceptionHandlerWrapper.java:18) > at > com.lmax.disruptor.BatchEventProcessor.handleEventException(BatchEventProcessor.java:257) > at > com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:187) > at > com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) > at java.base/java.lang.Thread.run(Thread.java:840) > Caused by: java.lang.InterruptedException > at > java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1640) > at > com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:47) > at > com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56) > at > com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159) > ... 4 more > Exception in thread "Camel (camel-84) thread #392 - disruptor-vm://b" > java.lang.RuntimeException: java.lang.InterruptedException > at > com.lmax.disruptor.FatalExceptionHandler.handleEventException(FatalExceptionHandler.java:45) > at > com.lmax.disruptor.dsl.ExceptionHandlerWrapper.handleEventException(ExceptionHandlerWrapper.java:18) > at > com.lmax.disruptor.BatchEventProcessor.handleEventException(BatchEventProcessor.java:257) > at > com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:187) > at > com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) > at java.base/java.lang.Thread.run(Thread.java:840) > Caused by: java.lang.InterruptedException > at > java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1640) > at > com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:47) > at > com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56) > at > com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159) > ... 4 more > Exception in thread "Camel (camel-84) thread #393 - disruptor-vm://c" > java.lang.RuntimeException: java.lang.InterruptedException > at > com.lmax.disruptor.FatalExceptionHandler.handleEventException(FatalExceptionHandler.java:45) > at > com.lmax.disruptor.dsl.ExceptionHandlerWrapper.handleEventException(ExceptionHandlerWrapper.java:18) > at > com.lmax.disruptor.BatchEventProcessor.handleEventException(BatchEventProcessor.java:257) > at > com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:187) > at > com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) > at java.base/java.lang.Thread.run(Thread.java:840) > Caused by: java.lang.InterruptedException > at > java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1640) > at > com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:47) > at > com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56) > at > com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159) > ... 4 more > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.05 > s -- in org.apache.camel.component.disruptor.vm.DisruptorVmInOutChainedTest -- This message was sent by Atlassian Jira (v8.20.10#820010)