This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a change to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git.
from 34a235b AMQ-7221 - Delete Scheduled messages causes ActiveMQ
create/write a unnecessary huge transaction file
new 8f8fda2 AMQ-7221 - Fix InMemoryJobSchedulerManagementTest that was
broken after patch
new 996081e AMQ-7227 - ensure db.free file is moved in scheduler store
upgrade process
new ef0ec42 AMQ-7225 - defer cleanup task operation till recovery
processing complete, track prepared location in recovered ops to ensure they
are retained on recovery failure. Fix and test
new 6ff79d8 AMQ-7225 - fix intermittent failure, avoid gc of partial tx
pending commit
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kahadb/MultiKahaDBPersistenceAdapter.java | 10 +-
.../store/kahadb/MultiKahaDBTransactionStore.java | 35 +++-
.../store/kahadb/disk/journal/Journal.java | 11 +-
.../kahadb/scheduler/JobSchedulerStoreImpl.java | 2 +-
.../scheduler/JobSchedulerManagementTest.java | 11 +-
...AMQ4407Test.java => MKahaDBTxRecoveryTest.java} | 195 ++++++++++++---------
6 files changed, 164 insertions(+), 100 deletions(-)
copy
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/{AMQ4407Test.java =>
MKahaDBTxRecoveryTest.java} (52%)