This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 2a43c53bb2 ARTEMIS-4759 restore compatibility with
LiveOnlyPolicyConfiguration
add cd563b49ad ARTEMIS-4765 DuplicateIDCache on Mirror Target is using 20K
elements instead of amqpCredits
No new revisions were added by this update.
Summary of changes:
.../artemis/core/persistence/StorageManager.java | 2 +
.../journal/AbstractJournalStorageManager.java | 5 +
.../impl/nullpm/NullStorageManager.java | 5 +
.../artemis/core/postoffice/DuplicateIDCache.java | 2 +
.../postoffice/impl/InMemoryDuplicateIDCache.java | 5 +
.../core/postoffice/impl/NoOpDuplicateIDCache.java | 5 +
.../impl/PersistentDuplicateIDCache.java | 5 +
.../core/postoffice/impl/PostOfficeImpl.java | 27 ++++-
.../artemis/core/server/ActiveMQServerLogger.java | 3 +
.../core/transaction/impl/TransactionImplTest.java | 5 +
.../tests/integration/client/SendAckFailTest.java | 5 +
.../persistence/ResizeDuplicateCacheTest.java | 109 +++++++++++++++++++++
.../mirror/SingleMirrorSoakTest.java | 60 +++++++++---
13 files changed, 226 insertions(+), 12 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/ResizeDuplicateCacheTest.java