[
https://issues.apache.org/jira/browse/AMQ-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602895#comment-16602895
]
ASF subversion and git services commented on AMQ-7004:
------------------------------------------------------
Commit 0b71b06ac81f4192ac752e6fdbfa0b84eb635052 in activemq's branch
refs/heads/master from Christopher L. Shannon (cshannon)
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=0b71b06 ]
Revert "AMQ-7004 - Improved logging in Failover Transport"
This reverts commit 7974e8c0991dd0bcf2e226ea9b54ff8d740acfc8.
This caused problems with too much logging so reverting
> Request for improved FailoverTransport logging
> ----------------------------------------------
>
> Key: AMQ-7004
> URL: https://issues.apache.org/jira/browse/AMQ-7004
> Project: ActiveMQ
> Issue Type: Improvement
> Reporter: Andy Brown
> Assignee: Christopher L. Shannon
> Priority: Trivial
> Fix For: 5.16.0, 5.15.5
>
>
> This is a request for improved logging based on a recent production outage
> that could have been identified and resolved much faster with better logging
> in the FailoverTransport.
> Cluster update notifications are not logged. These are important, hopefully
> infrequent events and should be logged at INFO level in the updateURIs method:
> [https://github.com/apache/activemq/blob/master/activemq-client/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java#L1279]
> The exception that gives the cause of the failure to failover is logged at
> DEBUG level. This hid the root cause of the problem from us until we managed
> to figure out that additional information was available but hidden, and we
> turned up the logging level of the running client to DEBUG. Please turn this
> log line up to ERROR:
> [https://github.com/apache/activemq/blob/master/activemq-client/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java#L1279]
> Hopefully these are really trivial changes that you can make that will
> definitely enhance the operational transparency of the running clients.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)