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 | d1ff961e8fced3638fb6c6f494a0146076006a4b (patch) | |
| tree | 25dc9234b5070be335a544a26877c1817f2ad43f /qpid/doc | |
| parent | 4abc1f82d5f0cab93d3465658d66adfdf0cabc51 (diff) | |
| download | qpid-python-d1ff961e8fced3638fb6c6f494a0146076006a4b.tar.gz | |
NO-JIRA: Minor doc cleanup.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1368297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
| -rw-r--r-- | qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 10 |
1 files changed, 3 insertions, 7 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 6cd89205c5..805ceb06e0 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/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 |
