Log file offset in addition to file location in checkpointUpdate() ------------------------------------------------------------------
Key: AMQ-3159 URL: https://issues.apache.org/jira/browse/AMQ-3159 Project: ActiveMQ Issue Type: Improvement Components: Message Store Affects Versions: 5.4.2 Environment: All Reporter: Craig Condit Priority: Trivial We have been trying to troubleshoot issues with messages not being deleted from the KahaDB store, and have determined that in our case, it is often due to uncommitted transactions. MessageDatabase.checkpointUpdate() logs the location of the first open transaction, but not the filenumber. This patch logs both, to make finding the offending transaction easier. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.