diff options
| author | Alan Conway <aconway@apache.org> | 2013-05-16 19:15:43 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-05-16 19:15:43 +0000 |
| commit | 9ba0ba3e30884dbc35087ce9852e7ae80790a473 (patch) | |
| tree | 21a06a9f063b0aceb0c7a52c583a3183727674fc /cpp | |
| parent | 54c442a5dda7b3a35bdd42f7fe90077b9953ef2c (diff) | |
| download | qpid-python-9ba0ba3e30884dbc35087ce9852e7ae80790a473.tar.gz | |
NO-JIRA: Add motivation for change to README-HA.txt.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/README-HA.txt | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/cpp/README-HA.txt b/cpp/README-HA.txt index 03e190a3fc..d93c99d8f3 100644 --- a/cpp/README-HA.txt +++ b/cpp/README-HA.txt @@ -4,13 +4,19 @@ Migrating to new HA =================== Up to version 0.20, Qpid provided the `cluster` module to support active-active -clustering for Qpid C++ brokers. In version 0.20 the `ha` module was introduced -supporting active-passive HA clustering. From version 0.22 the older `cluster` -module is no longer available so users will have to migrate to the new `ha` -module. - -This document summarizes the differences between the old and new HA modules and -the steps to migrate to new HA. It assumes you have read the +clustering for Qpid C++ brokers. There were some issues with this module. It +relied on synchronization of too much broker state, so that unrelated changes to +the broker often required additional work on the cluster. It also had a design +that could not take advantage of multiple CPUs - it was effectively single +threaded. + +In version 0.20 the `ha` module was introduced supporting active-passive HA +clustering that does not suffer these problems. From version 0.22 the older +`cluster` module is no longer available so users will have to migrate to the new +`ha` module. + +This note summarizes the differences between the old and new HA modules and the +steps to migrate to new HA. It assumes you have read the [HA chapter of the C++ Broker Book][chapter-ha] Client connections and fail-over |
