clebertsuconic commented on a change in pull request #2827: ARTEMIS-2477 -
create a less verbose and more descriptive warning whe…
URL: https://github.com/apache/activemq-artemis/pull/2827#discussion_r322262800
##########
File path:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
##########
@@ -410,6 +410,15 @@
format = Message.Format.MESSAGE_FORMAT)
void confirmationNotSet();
+ @LogMessage(level = Logger.Level.WARN)
+ @Message(id = 212075, value = "KQueue is not available, please add to the
classpath or configure useKQueue=false to remove this warning",
+ format = Message.Format.MESSAGE_FORMAT)
+ void unableToCheckKQueueAvailabilityNoClass();
+
+ @LogMessage(level = Logger.Level.WARN)
+ @Message(id = 212076, value = "epoll is not available, please add to the
classpath or configure useEpoll=false to remove this warning",
Review comment:
I will merge it with some git-fu,
```sh
./scripts/checkout-PR.sh 2827
# ammend myself
git commit -a --amend
./scripts/merge-branch 2827
git push apache master
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services