summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-12-01 21:33:12 +0000
committerAlan Conway <aconway@apache.org>2010-12-01 21:33:12 +0000
commit1e20951003db44b71298649f674664a9e1ba26c5 (patch)
tree48e9786d8ea42393504c2ec9478c4c3c516c8c54 /cpp/xml
parente3af2ca02840a6697461532d0059105c5fd08e84 (diff)
downloadqpid-python-1e20951003db44b71298649f674664a9e1ba26c5.tar.gz
Modified cluster_tests causes broker shut down with invalid-argument error.
Described in https://bugzilla.redhat.com/show_bug.cgi?id=655078. The management agent's deleted-object list was not being replicated to new members joining the cluster, so management generated fewer deleted object notifications on the newer member, causing it to fail with an invalid-argument error. The list is now being replicated correctly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 9cbad82d61..dfe9554ad1 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -263,20 +263,10 @@
<field name="consumer" type="uint32"/>
</control>
- <!-- Replicate management agent schema -->
- <control name="management-schema" code="0x35">
- <field name="data" type="vbin32"/>
- </control>
-
<!-- added by jrd. propagate a management-setup-state widget -->
<control name="management-setup-state" code="0x36">
<field name="objectNum" type="uint64"/>
<field name="bootSequence" type="uint16"/>
</control>
-
- <!-- Replicate management agent's remote-agent map -->
- <control name="management-agents" code="0x37">
- <field name="data" type="vbin32"/>
- </control>
</class>
</amqp>