diff options
author | Keith Wall <kwall@apache.org> | 2014-05-23 11:46:46 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2014-05-23 11:46:46 +0000 |
commit | 254b2a679521f6f82024d6978fa877f68f4f52f2 (patch) | |
tree | 94446c63ffcf25de3eb4c67f357da88435394a08 /java/broker-core/src | |
parent | 24e87fe820267853c35b6747a8b7fd75af0fe138 (diff) | |
download | qpid-python-254b2a679521f6f82024d6978fa877f68f4f52f2.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/qpid@1597066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-core/src')
-rw-r--r-- | java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java b/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java index 209e2739f4..02e09977ed 100644 --- a/java/broker-core/src/main/java/org/apache/qpid/server/connection/IConnectionRegistry.java +++ b/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(); |