summaryrefslogtreecommitdiff
path: root/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-27 20:56:31 +0000
committerAlan Conway <aconway@apache.org>2010-01-27 20:56:31 +0000
commitbada43c7a879fc6ac3a1841177c046df94dfec43 (patch)
tree68ae4c033fcf4f36c19966bf474c9ebdafd40fdf /cpp/xml/cluster.xml
parent5099fbc7039497bdbff3cbdf64fac090452ad3ff (diff)
downloadqpid-python-bada43c7a879fc6ac3a1841177c046df94dfec43.tar.gz
Fix cluster elder calculation to ensure unique elder.
Race condition in the previous algorithm allowed several cluster members to consider themselves the elder. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
-rw-r--r--cpp/xml/cluster.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 0359514294..06f5478583 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -65,6 +65,7 @@
<field name="store-state" type="store-state"/>
<field name="shutdown-id" type="uuid"/>
<field name="config-seq" type="sequence-no"/>
+ <field name="first-config" type="str16"/>
</control>
<!-- New member or updater is ready as an active member. -->