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 3ea18a8ea7 ARTEMIS-3376 fixed descriptions of option --no-anycast and
option --no-multicast
new f14ba5f742 NO-JIRA removing useless assertionRemainingMessages
new a2dd805a2f ARTEMIS-3848 High CPU usage on ReadWriteLocks
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/artemis/utils/actors/HandlerBase.java | 26 +++----
.../core/remoting/impl/netty/NettyConnection.java | 50 ++++++-------
.../activemq/artemis/core/paging/PagingStore.java | 6 +-
.../artemis/core/paging/impl/PagingStoreImpl.java | 81 ++++++++++------------
.../artemis/core/persistence/StorageManager.java | 5 --
.../journal/AbstractJournalStorageManager.java | 46 +++++-------
.../impl/nullpm/NullStorageManager.java | 12 +---
pom.xml | 4 +-
.../extras/byteman/RaceOnCursorIteratorTest.java | 2 +-
.../activemq/artemis/jms/tests/JMSTestCase.java | 4 --
.../storage/PersistMultiThreadTest.java | 4 +-
.../tests/stress/paging/PageCursorStressTest.java | 12 ++--
.../core/paging/impl/PagingManagerImplTest.java | 6 +-
.../unit/core/paging/impl/PagingStoreImplTest.java | 24 +++----
14 files changed, 115 insertions(+), 167 deletions(-)