Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-21187

camel-disruptor - Interrupted exception in some unit tests

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • None
    • 4.x
    • camel-disruptor
    • None
    • Unknown

    Description

      [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

      Attachments

        Activity

          People

            Unassigned Unassigned
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: