You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/11/29 23:14:45 UTC

[2/2] activemq-artemis git commit: This closes #1681

This closes #1681


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/abf10417
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/abf10417
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/abf10417

Branch: refs/heads/master
Commit: abf104171e8dbe161786eede82abf813ce32895f
Parents: a822af4 f9d101d
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Nov 29 18:10:29 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Nov 29 18:10:29 2017 -0500

----------------------------------------------------------------------
 .../utils/critical/CriticalAnalyzer.java        |   4 +
 .../utils/critical/CriticalAnalyzerImpl.java    |   5 +
 .../core/io/AbstractSequentialFileFactory.java  |   9 +
 .../artemis/core/io/SequentialFileFactory.java  |   6 +
 .../artemis/core/io/buffer/TimedBuffer.java     | 247 +++++++++++--------
 .../core/persistence/StorageManager.java        |   5 +
 .../impl/journal/JournalStorageManager.java     |   5 +
 .../CriticalAnalyzerFaultInjectionTestBase.java |   2 +-
 .../analyzer/FileSystemSyncBlockedTest.java     |  28 +++
 9 files changed, 210 insertions(+), 101 deletions(-)
----------------------------------------------------------------------