diff options
| author | Alan Conway <aconway@apache.org> | 2009-11-24 22:41:10 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-11-24 22:41:10 +0000 |
| commit | 40e40d3c5d3d3c6872d07f2e9071424cfc69ba91 (patch) | |
| tree | ea601b8207e438812553b514d320a460348334f4 /qpid/cpp/xml | |
| parent | d65bec1539940b8d7f871d1bdd34719a2fdb9e64 (diff) | |
| download | qpid-python-40e40d3c5d3d3c6872d07f2e9071424cfc69ba91.tar.gz | |
Verify stored cluster-id matches agreed cluster-id when joining a persistent cluster.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@883910 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 2c3502ffee..49a1ea3638 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -62,10 +62,8 @@ <field name="version" type="uint32"/> <field name="active" type="bit"/> <field name="cluster-id" type="uuid"/>> - <!-- Related to persistent store --> <field name="store-state" type="store-state"/> - <field name="start-uuid" type="uuid"/> - <field name="stop-uuid" type="uuid"/> + <field name="shutdown-id" type="uuid"/> </control> <!-- New member or updater is ready as an active member. --> |
