GitHub user barreiro opened a pull request:
https://github.com/apache/activemq-artemis/pull/548
Executor in JournalImpl for append operations
This new executor on the journal allows the removal of synchronization in
most cases. It can enable other optimizations in the future as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/barreiro/activemq-artemis append-executor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/548.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 #548
----
commit ed7c709f49a5e648226e87255ba8583db7445e0d
Author: barreiro <[email protected]>
Date: 2016-01-22T03:23:26Z
Add executor service to JournalImpl for append operations and remove
synchronization
commit 0aa89ee8fd8598f0ec04733d52ddb3dda1850ebe
Author: barreiro <[email protected]>
Date: 2016-04-22T02:49:59Z
Fix DecodeJournal
----
---
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.
---