gemmellr commented on code in PR #4256:
URL: https://github.com/apache/activemq-artemis/pull/4256#discussion_r1006602708


##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AMQPMirrorControllerTarget.java:
##########
@@ -120,6 +120,11 @@ ACKMessageOperation setDelivery(Delivery delivery) {
 
       @Override
       public void run() {
+         if (!connection.isHandler()) {
+            logger.info("Moving execution to proton handler");

Review Comment:
   Should this be info? Feels more like its either expected to happen, and so 
e.g trace or debug, or not expected and so perhaps even warn.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to