GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/1268
ARTEMIS-1162: Make new TimedBuffer Configurable
Make new Adapting TimedBuffer and old Fixed TimedBuffer configurable.
Rename new version of TimedBuffer to AdaptingTimedBuffer (and tests)
Add back old version of TimedBuffer to FixedTimedBuffer (and tests)
Extract shared public interface
Add configuration option to toggle between which TimedBuffer to user, in
broker.xml "journal-timed-buffer-type=[FIXED,ADAPTING]"
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-1162
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1268.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 #1268
----
commit cd7ca0a16bba97f87e422869f1818a6e86396189
Author: Michael Andre Pearce <[email protected]>
Date: 2017-05-13T07:25:39Z
ARTEMIS-1162: Make new Adapting TimedBuffer and old Fixed TimedBuffer
configurable
Rename new version of TimedBuffer to AdaptingTimedBuffer (and tests)
Add back old version of TimedBuffer to FixedTimedBuffer (and tests)
Extract shared public interface
Add configuration option to toggle between which TimedBuffer to user, in
broker.xml "journal-timed-buffer-type=[FIXED,ADAPTING]"
----
---
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.
---