[ 
https://issues.apache.org/jira/browse/ARTEMIS-3163?focusedWorklogId=562028&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-562028
 ]

ASF GitHub Bot logged work on ARTEMIS-3163:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Mar/21 19:15
            Start Date: 07/Mar/21 19:15
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on a change in pull 
request #3479:
URL: https://github.com/apache/activemq-artemis/pull/3479#discussion_r589074230



##########
File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/CheckDependencies.java
##########
@@ -54,4 +54,17 @@ public static final boolean isKQueueAvailable() {
          return false;
       }
    }
+
+   public static boolean isIoUringAvailable() {
+      try {
+         return Env.isLinuxOs() && (boolean) 
(Class.forName("io.netty.incubator.channel.uring.IOUring")

Review comment:
       Should just call IOUring.isAvailable() like we do with kqueue and epoll, 
dont do this via reflection 




----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 562028)
    Time Spent: 1h 40m  (was: 1.5h)

> Experimental support for Netty IO_URING incubator
> -------------------------------------------------
>
>                 Key: ARTEMIS-3163
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3163
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>         Attachments: flamegraphs.zip
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Netty provides incubator support (ie not for production use yet) for IO_URING 
> (see https://github.com/netty/netty-incubator-transport-io_uring).
> It would be nice for Artemis to support it and allows devs/users to start 
> playing with it.
> To enable this feature to work, users should manually compile 
> https://github.com/netty/netty-incubator-transport-io_uring and place it on 
> the lib folder of an artemis installation, as expected by an experimental 
> feature ;)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to