This closes #1256
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6984d39a Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6984d39a Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6984d39a Branch: refs/heads/master Commit: 6984d39a99695c7ccff2c2e5d931825c568cb292 Parents: 36c9659 21c9ed8 Author: Clebert Suconic <[email protected]> Authored: Mon May 8 11:57:41 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Mon May 8 11:57:41 2017 -0400 ---------------------------------------------------------------------- .../cli/commands/util/SyncCalculation.java | 1 + .../org/apache/activemq/artemis/utils/Env.java | 47 +++- .../artemis/core/io/AbstractSequentialFile.java | 30 +-- .../artemis/core/io/buffer/TimedBuffer.java | 252 +++++++++---------- .../artemis/core/io/nio/NIOSequentialFile.java | 105 +++++--- .../core/io/nio/NIOSequentialFileFactory.java | 82 +++++- .../unit/core/journal/impl/TimedBufferTest.java | 160 ------------ 7 files changed, 323 insertions(+), 354 deletions(-) ----------------------------------------------------------------------
