Alex Rudyy created QPID-4432:
--------------------------------
Summary: AMQStateManager logger might generate unexpected amount
of log during failover
Key: QPID-4432
URL: https://issues.apache.org/jira/browse/QPID-4432
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: 0.18, 0.16, 0.14, 0.12, 0.10, 0.8, 0.6
Reporter: Alex Rudyy
Priority: Minor
In certain situation during the failover the logging from AMQStateManager might
generate massive logs:
{code}
for (StateWaiter waiter : _waiters)
{
_logger.error("Notifying Waiters(" + _waiters + ") for error:" +
error.getMessage());
waiter.error(error);
}
{code}
1) the repeated logging of collection of all waiters for each of them is not
really required
2) the log level should be debug, as we are logging the exception in callers
with INFO log level
3) it looks like all logging from AMQStateManager should have a debug log
level
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]