summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-02-10 04:12:55 +0000
committerAlan Conway <aconway@apache.org>2012-02-10 04:12:55 +0000
commit96c469a3911d2f4669af0b618344c4feb277a59a (patch)
tree91eaa15b73bca9fa94eabd949a7a780dbc80a023
parent46d86573aee8b4f87290ba1c9ab803cc19e5d015 (diff)
downloadqpid-python-96c469a3911d2f4669af0b618344c4feb277a59a.tar.gz
QPID-3603: Minor edits to new-ha-design.txt
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1242664 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 72d792903e..f1e9e240f1 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,