diff options
| author | Alan Conway <aconway@apache.org> | 2012-08-01 22:21:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-08-01 22:21:32 +0000 |
| commit | 1da5e9904ecb688ef6dc2a1ec480572f50146cb3 (patch) | |
| tree | 8858788747b4e67d01534f056203495adb48960e /doc | |
| parent | 966178b688cdb4eea334c16899ac0d81dbcaa9da (diff) | |
| download | qpid-python-1da5e9904ecb688ef6dc2a1ec480572f50146cb3.tar.gz | |
NO-JIRA: Minor doc cleanup.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1368297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index 6cd89205c5..805ceb06e0 100644 --- a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -166,15 +166,11 @@ 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. + 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 |
