summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-05-23 11:46:46 +0000
committerKeith Wall <kwall@apache.org>2014-05-23 11:46:46 +0000
commitb595da7578a5e421b04cdf5590a2c9bd5af4c08d (patch)
tree888093ed46c8625810d41c5d62d9897a38594df3 /qpid/java/broker-core/src
parent81105f54b26217b7a0760f00e61d5203f8c4255c (diff)
downloadqpid-python-b595da7578a5e421b04cdf5590a2c9bd5af4c08d.tar.gz
QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNewMasterElectedWhenVirtualHostIsStopped
* VHN role attribute now mutated after the completion of onMaster/onReplica event * Made BDBHAReplicaVirtualHost a type (BDB_HA_REPLICA) within the VirtualHost category. This no-op vhost represents the virtualhost when the node is replica (and the mastership is elsewhere within the group). Work by Andrew MacBean <andymacbean@gmail.com> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1597066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-core/src')
-rw-r--r--qpid/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java b/qpid/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java
index 209e2739f4..02e09977ed 100644
--- a/qpid/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java
+++ b/qpid/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java
@@ -27,7 +27,6 @@ import java.util.List;
public interface IConnectionRegistry
{
public static final String BROKER_SHUTDOWN_REPLY_TEXT = "Broker is shutting down";
- public static final String VHOST_PASSIVATE_REPLY_TEXT = "Virtual host is being passivated";
public void initialise();