GitHub user jgoodyear opened a pull request: https://github.com/apache/activemq/pull/302
[AMQ-7067] KahaDB Recovery can experience a dangling transaction when⦠[AMQ-7067] KahaDB Recovery can experience a dangling transaction when prepare and commit occur on different pagefiles. Test cases added for Commit and Rollback on XA and Non-XA transactions. Executed kahadb-store tests, activemq-unit-tests, and ran full build. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jgoodyear/activemq master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq/pull/302.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #302 ---- commit 2dabd858240dc3dc4341cceb1d28a61e5f440d1a Author: jgoodyear <jamie.goodyear@...> Date: 2018-10-05T16:34:21Z [AMQ-7067] KahaDB Recovery can experience a dangling transaction when prepare and commit occur on different pagefiles. ---- ---