summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-02-17 14:14:40 +0000
committerAlan Conway <aconway@apache.org>2012-02-17 14:14:40 +0000
commit5c44ee5021bf9d83dde1028e90c214e9b94d6d47 (patch)
tree6e7eaf027e5b2b879429fee5438eb454f681cfd1
parentf14233c6bf07cb42c4cb0f4a0de576febed7c488 (diff)
downloadqpid-python-5c44ee5021bf9d83dde1028e90c214e9b94d6d47.tar.gz
QPID-3603: Minor edits to new-ha-design.txt
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-7@1245538 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/design_docs/new-ha-design.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/qpid/cpp/design_docs/new-ha-design.txt b/qpid/cpp/design_docs/new-ha-design.txt
index af969629ad..4ff61f6bb0 100644
--- a/qpid/cpp/design_docs/new-ha-design.txt
+++ b/qpid/cpp/design_docs/new-ha-design.txt
@@ -343,13 +343,13 @@ LC6 - The events and query responses are not fully synchronized.
* Benefits compared to previous cluster implementation.
-- Does not need openais/corosync, does not require multicast.
-- Possible to replace rgmanager with other resource manager (PaceMaker, windows?)
+- Does not depend on openais/corosync, does not require multicast.
+- Can be integrated with different resource managers: for example rgmanager, PaceMaker, Veritas.
+- Can be ported to/implemented in other environments: e.g. Java, Windows
- Disaster Recovery is just another backup, no need for separate queue replication mechanism.
-- Performance (some numbers?)
-- Virtual IP and other features supported by rgmanager.
-- Fewer inconsistent errors (store failures only) that can optionally be handled without killing brokers.
-
+- Can take advantage of resource manager features, e.g. virtual IP addresses.
+- Fewer inconsistent errors (store failures) that can be handled without killing brokers.
+- Improved performance
* User Documentation Notes
Notes to seed initial user documentation. Loosely tracking the implementation,