diff options
| author | Alan Conway <aconway@apache.org> | 2010-06-22 13:29:52 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-06-22 13:29:52 +0000 |
| commit | 8c6bdbf58524a38ded50903ffd457a3f1aa59fc1 (patch) | |
| tree | 1db88c3b9d71dc50fdf42a06affce9a294c077e9 /qpid/cpp/xml/cluster.xml | |
| parent | 7877f0e72848402e6f880f20cc4d07d874741462 (diff) | |
| download | qpid-python-8c6bdbf58524a38ded50903ffd457a3f1aa59fc1.tar.gz | |
Fix cluster broker crashes when management is active.
Cluser brokers were exiting with errors "modified cluster state
outside cluster context" and "confirmed < (50+0) but only sent < (49+0)"
Fix was to:
- delay completion of incoming update till update connection closes.
- delay addding new connections to managment until connection is announced.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@956882 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 30cd159dd3..25ad978e8e 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -134,7 +134,9 @@ </control> <!-- Marks the cluster-wide point when a connection is considered closed. --> - <control name="deliver-close" code="0x2"/> + <control name="deliver-close" code="0x2"> + <field name="aborted" type="bit"/> + </control> <!-- Permission to generate output up to the limit. --> <control name="deliver-do-output" code="0x3"> |
