summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-02-14 16:09:58 +0000
committerAlan Conway <aconway@apache.org>2012-02-14 16:09:58 +0000
commit81e2b33fff4eeb5aeb8b9a2f79f616166b2a26ba (patch)
tree243e26ff4e356e74627132a29f02849040455c93
parent7e8c9a8130c1a566607bf0ccb03154cf26e219b8 (diff)
downloadqpid-python-81e2b33fff4eeb5aeb8b9a2f79f616166b2a26ba.tar.gz
QPID-3603: Minor edits to new-ha-design.txt
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-6@1244089 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,