This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a change to branch activemq-6.2.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
from c144ae00cd fix(#1731): adapter deadlock (#1735) (#2234)
new 90001567ab [#2230] KahaDB optionally use a isolatedIterator with
isolatedCursor
new 0197fed947 [#2230] 6.2.x backport fixes for KahaDB isolated cursor fix
The 2 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:
.../activemq/store/MessageRecoveryContext.java | 30 +-
.../activemq/store/MessageRecoveryContextTest.java | 10 +-
.../apache/activemq/store/kahadb/KahaDBStore.java | 43 ++-
.../activemq/store/kahadb/MessageDatabase.java | 200 ++++++++-----
.../KahaDBRecoverMessagesIsolatedCursorTest.java | 327 +++++++++++++++++++++
5 files changed, 510 insertions(+), 100 deletions(-)
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/store/kahadb/KahaDBRecoverMessagesIsolatedCursorTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact