Gary Tully created AMQ-6810:
-------------------------------

             Summary: Prevent unnecessary journal replay when the producer 
audit is unmodified on broker stop
                 Key: AMQ-6810
                 URL: https://issues.apache.org/jira/browse/AMQ-6810
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker, Message Store
    Affects Versions: 5.15.0
            Reporter: Gary Tully
            Assignee: Gary Tully
             Fix For: 5.16.0


On an idle broker stop, two artefacts are synced to the journal via checkpoint, 
one restart the recovery checking verifies the ordered replay of these 
artefacts. However if there has been no message send since the last update the 
audit artefact is not written and recovery believes in error that it needs to 
replay records. This process creates unnecessary logging and can slow restart 
along with causing alarm.

{code}INFO: Recovery replayed X operations from the journal in Y seconds.{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to