summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-06 17:01:50 +0000
committerAlan Conway <aconway@apache.org>2010-01-06 17:01:50 +0000
commit4aeeb47e405771fc081f29f5fc3ec28aa9ffc569 (patch)
tree348ec36bf515d9f124b209268df275f7e3d22175 /qpid/cpp/xml/cluster.xml
parentd7530cec59b22c2c8bf3b7f2096c3bac4de992a3 (diff)
downloadqpid-python-4aeeb47e405771fc081f29f5fc3ec28aa9ffc569.tar.gz
Added config-seq counter to track config changes since cluster init.
Config-seq is recorded persitently to help identify best store when recovering from total failure. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
-rw-r--r--qpid/cpp/xml/cluster.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index e2c69d33fd..2155b6374e 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/cpp/xml/cluster.xml
@@ -64,6 +64,7 @@
<field name="cluster-id" type="uuid"/>>
<field name="store-state" type="store-state"/>
<field name="shutdown-id" type="uuid"/>
+ <field name="config-seq" type="sequence-no"/>
</control>
<!-- New member or updater is ready as an active member. -->
@@ -201,6 +202,7 @@
<field name="joiners" type="map"/> <!-- member-id -> URL -->
<field name="members" type="map"/> <!-- member-id -> state -->
<field name="frame-seq" type="sequence-no"/> <!-- frame sequence number -->
+ <field name="config-seq" type="sequence-no"/> <!-- config change seq no.-->
</control>
<!-- Updater cannot fulfill an update offer. -->