This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 4e55c64 This closes #2484
new e541126 ARTEMIS-2224 lock-free LivePageCache + tests
new 47db471 ARTEMIS-2216 Avoid unnecessary page cache queries on ack TX
new ee2b036 This closes #2494
The 3 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:
.../ConcurrentAppendOnlyChunkedList.java | 286 +++++++++++++++++++++
.../ConcurrentAppendOnlyChunkedListTest.java | 155 +++++++++++
.../core/paging/cursor/impl/LivePageCacheImpl.java | 44 ++--
.../paging/cursor/impl/PageSubscriptionImpl.java | 32 ++-
4 files changed, 488 insertions(+), 29 deletions(-)
create mode 100644
artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/ConcurrentAppendOnlyChunkedList.java
create mode 100644
artemis-commons/src/test/java/org/apache/activemq/artemis/utils/collections/ConcurrentAppendOnlyChunkedListTest.java