This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 3ebc633b73 NO-JIRA adjust logger.debug on a debug statement
3ebc633b73 is described below
commit 3ebc633b732bc333ac8e7816204c2577b95610c4
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Jul 30 15:42:47 2025 -0400
NO-JIRA adjust logger.debug on a debug statement
---
.../activemq/artemis/protocol/amqp/connect/mirror/AckManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManager.java
b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManager.java
index d387f86ac5..a7f1b8654f 100644
---
a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManager.java
+++
b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManager.java
@@ -305,7 +305,7 @@ public class AckManager implements ActiveMQComponent {
if (logger.isDebugEnabled()) {
logger.debug("Retry page address got to the end of the list
without still finding a few records to acknowledge");
- snapshotCount.forEach((l, c) -> logger.warn("queue {} still
have {} ack records after the scan is finished", l, c));
+ snapshotCount.forEach((l, c) -> logger.debug("queue {} still
have {} ack records after the scan is finished", l, c));
acksToRetry.forEach((l, m) -> {
logger.debug("Records on queue {}:", l);
m.forEach((ack1, ack2) -> {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact