[
https://issues.apache.org/jira/browse/ARTEMIS-3163?focusedWorklogId=561993&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-561993
]
ASF GitHub Bot logged work on ARTEMIS-3163:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Mar/21 16:50
Start Date: 07/Mar/21 16:50
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_r589057140
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java
##########
@@ -401,6 +406,21 @@ public ActiveMQThreadFactory run() {
acceptorType = KQUEUE_ACCEPTOR_TYPE;
logger.debug("Acceptor using native kqueue");
+ } else if (useIoUring && CheckDependencies.isIoUringAvailable()) {
Review comment:
I would expect io uring to be primary option later with fallback to
epoll and then nio, as such maybe this should be first in order of preference.
Its off by default but this way going forwards correct preference order would
exist.
----------------------------------------------------------------
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: 561993)
Time Spent: 20m (was: 10m)
> 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: 20m
> Remaining Estimate: 0h
>
> Netty provides incubator support ie not for production usage yet for IO_URING
> (see https://github.com/netty/netty-incubator-transport-io_uring).
> It would be nice for Artemis to support it and allow devs/users to start
> playing with it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)