GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2318
ARTEMIS-2090 JDBC Journal is not deleting TX records
JDBCJournalImpl::cleanupTxRecords is not committing
the deleteJournalTxRecords statement leaving the
TX records into the journal
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2090
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2318.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 #2318
----
commit 84a8d1ee788556cf57af416ef57615dd3b1f8033
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-09-14T15:22:53Z
ARTEMIS-2090 JDBC Journal is not deleting TX records
JDBCJournalImpl::cleanupTxRecords is not committing
the deleteJournalTxRecords statement leaving the
TX records into the journal
----
---