You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2017/07/24 09:17:09 UTC

[2/2] activemq-artemis git commit: This closes #1416 ARTEMIS-1302 make quorum voting more transparent

This closes #1416 ARTEMIS-1302 make quorum voting more transparent


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

Branch: refs/heads/master
Commit: f749764880b47a28150f8835fd9754b63e4df9cf
Parents: f138bc5 59841b8
Author: Andy Taylor <an...@gmail.com>
Authored: Mon Jul 24 10:16:43 2017 +0100
Committer: Andy Taylor <an...@gmail.com>
Committed: Mon Jul 24 10:16:43 2017 +0100

----------------------------------------------------------------------
 .../core/impl/wireformat/QuorumVoteMessage.java | 16 +++++++
 .../core/server/ActiveMQServerLogger.java       | 48 ++++++++++++++++++++
 .../core/server/cluster/ClusterControl.java     |  5 +-
 .../core/server/cluster/ClusterController.java  |  2 +
 .../core/server/cluster/qourum/BooleanVote.java |  6 ++-
 .../server/cluster/qourum/QuorumManager.java    |  2 +
 .../cluster/qourum/QuorumVoteServerConnect.java | 11 +++--
 .../cluster/qourum/ServerConnectVote.java       |  5 ++
 .../qourum/SharedNothingBackupQuorum.java       |  2 +
 .../core/server/impl/ColocatedActivation.java   |  5 ++
 .../server/impl/ServerConnectVoteHandler.java   |  3 ++
 11 files changed, 100 insertions(+), 5 deletions(-)
----------------------------------------------------------------------