summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-10-01 18:22:19 +0000
committerAlan Conway <aconway@apache.org>2012-10-01 18:22:19 +0000
commit4f9c3e1115d1a306f21733f2bef801b2c3ab418b (patch)
tree66e6173b51eaabb78cd0cc2ac489167523953fc3 /qpid
parente69c4406b4fa53dcc9e1c216bc84a5fd470e1655 (diff)
downloadqpid-python-4f9c3e1115d1a306f21733f2bef801b2c3ab418b.tar.gz
NO-JIRA: HA minor updates to documentation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1392496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml28
1 files changed, 17 insertions, 11 deletions
diff --git a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
index fa8ea5eb19..ac280564fc 100644
--- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
+++ b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
@@ -181,18 +181,15 @@ under the License.
</section>
<section>
<title>Limitations</title>
+ <para>
+ There are a number of known limitations in the current preview implementation. These
+ will be fixed in the production versions.
+ </para>
<itemizedlist>
<listitem>
- Transactional changes to queue state are not replicated atomically. If the
- primary crashes during a transaction, it is possible that the backup could
- contain only part of the changes introduced by a transaction.
- </listitem>
- <listitem>
- Not yet integrated with the persistent store. A persistent broker must have its
- store erased before joining an existing cluster. If the entire cluster fails,
- there are no tools to help identify the most recent store. In the future a
- persistent broker will be able to use its stored messages to avoid downloading
- messages from the primary when joining a cluster.
+ Transactional changes to queue state are not replicated atomically. If the primary crashes
+ during a transaction, it is possible that the backup could contain only part of the
+ changes introduced by a transaction.
</listitem>
<listitem>
Configuration changes (creating or deleting queues, exchanges and bindings) are
@@ -209,7 +206,7 @@ under the License.
<listitem>
Federated links <emphasis>from</emphasis> the primary will be lost in fail over,
they will not be re-connected to the new primary. Federation links
- <emphasis>to</emphasis> the primary can fail over.
+ <emphasis>to</emphasis> the primary will fail over.
</listitem>
</itemizedlist>
</section>
@@ -345,6 +342,15 @@ ssl_addr = "ssl:" host [":" port]'
</para>
</entry>
</row>
+ <row>
+ <entry><literal>link-heartbeat-interval <replaceable>SECONDS</replaceable></literal></entry>
+ <entry>
+ <para>
+ Heartbeat interval for replication links. The link will be assumed broken
+ if there is no heartbeat for twice the interval.
+ </para>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>