GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1381
ARTEMIS-1266 Mapped Journal refactoring
The MAPPED journal refactoring include:
- simplified lifecycle and logic (eg fixed file size with single mmap
memory region)
- supports for the TimedBuffer to coalesce msyncs (via Decorator pattern)
- TLAB pooling of direct ByteBuffer like the NIO journal
- remove of old benchmarks and benchmark dependencies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis mapped_timed_buffer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1381.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1381
----
commit 7075e2e457d6d87f6a870da07658d47d5d29d461
Author: Francesco Nigro <[email protected]>
Date: 2017-06-29T15:58:54Z
ARTEMIS-1266 Mapped Journal refactoring
The MAPPED journal refactoring include:
- simplified lifecycle and logic (eg fixed file size with single mmap
memory region)
- supports for the TimedBuffer to coalesce msyncs (via Decorator pattern)
- TLAB pooling of direct ByteBuffer like the NIO journal
- remove of old benchmarks and benchmark dependencies
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---