Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-24604

[QE](7.4.z) Artemis natives no longer being loaded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.4.10.CR2, 7.4.10.GA
    • 7.4.10.CR1
    • ActiveMQ, JMS
    • None
    • False
    • None
    • False
    • +
    • Hide

      Just start the server with standalone-full.xml and check logs to see which journal implementation is being used. Make sure you're running on a platform that supports AIO 

      Show
      Just start the server with standalone-full.xml and check logs to see which journal implementation is being used. Make sure you're running on a platform that supports AIO  

      As part of JBEAP-24292 we moved to an artemis native jar that contains the native libraries instead of having them as a separate dependency. These can't be loaded making it impossible to use the AIO journal always resulting in

      
      
      INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0075: AIO wasn't located on this platform, it will fall back to using pure Java NIO. Your platform is Linux, install LibAIO to enable the AIO journal and achieve optimal performance.
      
      ...
      
      
      INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 79) AMQ221013: Using NIO Journal
      
      

      This is a regression compared to EAP 7.4.9

              mpetrov@redhat.com Michal Petrov
              pmackay@redhat.com Peter Mackay
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: