GitHub user wy96f opened a pull request:
https://github.com/apache/activemq-artemis/pull/1850
init pagingFactory with journalBufferTimeout_NIO
PagingFactory is wrongly initialized with journalBufferSize_NIO not
journalBufferTimeout_NIO.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wy96f/activemq-artemis buffer_timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1850.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 #1850
----
commit 52d79c09fd26c8d4749d7665db8bcff71b722430
Author: yang wei <wy96fyw@...>
Date: 2018-02-05T08:42:23Z
init pagingFactory with journalBufferTimeout_NIO
----
---