GitHub user ehsavoie opened a pull request:
https://github.com/apache/activemq-artemis/pull/2474
[ARTEMIS-1536]: Incorrect Journal filesize calculation where specified size
is lest that the block size when using AIO.
* If the specified file size is under the fs block size then the resulting
file size is 0. Setting it to the block size in this case.
Jira: https://issues.apache.org/jira/browse/ARTEMIS-1536
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ehsavoie/apache-activemq-artemis ARTEMIS-1536
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2474.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 #2474
----
commit 2e0e718d0c91906fbc0e9e0fa13ad85f7b58ca64
Author: Emmanuel Hugonnet <emmanuel.hugonnet+gitkraken@...>
Date: 2018-12-20T08:11:38Z
[ARTEMIS-1536]: Incorrect Journal filesize calculation where specified size
is lest that the block size when using AIO.
* If the specified file size is under the fs block size then the
resulting file size is 0. Setting it to the block size in this case.
Jira: https://issues.apache.org/jira/browse/ARTEMIS-1536
----
---