summaryrefslogtreecommitdiff
path: root/qpid/cpp/design_docs/new-ha-design.txt
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/design_docs/new-ha-design.txt')
-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,