You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/07/18 13:44:49 UTC

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

This closes #1405


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

Branch: refs/heads/master
Commit: 8f500986a02700eafffedb765c7aa693176a527c
Parents: 3f92477 6f14089
Author: Justin Bertram <jb...@apache.org>
Authored: Tue Jul 18 08:44:32 2017 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Tue Jul 18 08:44:32 2017 -0500

----------------------------------------------------------------------
 .../core/management/ActiveMQServerControl.java  |  2 +
 .../impl/ActiveMQServerControlImpl.java         | 13 ++++
 .../core/server/cluster/qourum/BooleanVote.java |  2 +-
 .../cluster/qourum/QuorumVoteServerConnect.java | 22 +++----
 .../cluster/qourum/ServerConnectVote.java       | 66 ++++++++++++++++++++
 .../qourum/SharedNothingBackupQuorum.java       |  2 +-
 .../server/impl/ServerConnectVoteHandler.java   | 56 +++++++++++++++++
 .../impl/SharedNothingBackupActivation.java     |  1 +
 .../impl/SharedNothingLiveActivation.java       |  9 ++-
 .../cluster/failover/QuorumFailOverTest.java    | 44 +++++++++++++
 .../failover/QuorumVoteServerConnectTest.java   | 19 +++---
 .../ActiveMQServerControlUsingCoreTest.java     |  6 ++
 12 files changed, 217 insertions(+), 25 deletions(-)
----------------------------------------------------------------------