You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Adrian Trenaman (JIRA)" <ji...@apache.org> on 2011/03/22 09:21:05 UTC

[jira] [Created] (AMQ-3233) warnOnProducerFlowControl is never reset to 'true' after the first INFO message is logged.

warnOnProducerFlowControl is never reset to 'true' after the first INFO message is logged.
------------------------------------------------------------------------------------------

                 Key: AMQ-3233
                 URL: https://issues.apache.org/jira/browse/AMQ-3233
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.4.2
         Environment: All
            Reporter: Adrian Trenaman


Looking at the code in Queue.java (around line 543), you can see that the warnOnProducerFlowControl variable is set to false when we log the INFO message "Usage Manager Memory Limit (...) reached on ....". However, it is never set to true again. So, if we consider operations users trawling through large logs over a period of time, the may see the first warning on Monday, but then see no further warnings of this behavior for the rest of the week. Surely we should be resetting the warnOnProducerFlowControl variable to true, so that subsequent flow control situations are correctly logged?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira