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
commitd1c4af32b27b6d242d2b15e4dc91152a6d3e4a5a (patch)
tree68ae4c033fcf4f36c19966bf474c9ebdafd40fdf /cpp/xml/cluster.xml
parent1e24432f3f0333890334648d808410fb3e9535cd (diff)
downloadqpid-python-d1c4af32b27b6d242d2b15e4dc91152a6d3e4a5a.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. -->