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 2015/08/14 06:16:13 UTC

[2/2] activemq-artemis git commit: This closes #127 lock between data tools and running servers

This closes #127 lock between data tools and running servers


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

Branch: refs/heads/master
Commit: 1d407c2c3ed4b4597edaced2681f97a6e6a65085
Parents: 6c6568b f0f4f16
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Aug 14 00:16:00 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Aug 14 00:16:00 2015 -0400

----------------------------------------------------------------------
 .../cli/commands/tools/CompactJournal.java      |  2 ++
 .../cli/commands/tools/DataAbstract.java        | 31 ++++++++++++++++++++
 .../artemis/cli/commands/tools/PrintData.java   |  2 ++
 .../cli/commands/tools/XmlDataExporter.java     |  2 ++
 .../apache/activemq/cli/test/ArtemisTest.java   |  9 ++++++
 .../artemis/core/server/NodeManager.java        |  3 ++
 .../core/server/impl/ActiveMQServerImpl.java    |  5 ++--
 .../core/server/impl/FileLockNodeManager.java   |  9 ++++++
 .../core/server/impl/InVMNodeManager.java       |  7 +++++
 .../core/server/impl/LiveOnlyActivation.java    | 15 ++++++----
 .../discovery/DiscoveryBaseTest.java            |  6 ++++
 11 files changed, 84 insertions(+), 7 deletions(-)
----------------------------------------------------------------------