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

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

                Author: ASF GitHub Bot
            Created on: 07/Mar/21 19:18
            Start Date: 07/Mar/21 19:18
    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_r589074586



##########
File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
##########
@@ -420,6 +425,11 @@
            format = Message.Format.MESSAGE_FORMAT)
    void unableToCheckEpollAvailabilitynoClass();
 
+   @LogMessage(level = Logger.Level.WARN)
+   @Message(id = 212079, value = "IoUring is not available, please add to the 
classpath or configure useIoUring=false to remove this warning",

Review comment:
       Please put in correct place in order or the code. So people know what 
the high watermark for next code is without needing to hunt. All others are in 
asc order, please follow




----------------------------------------------------------------
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: 562029)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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 50m
>  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