----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9258/ -----------------------------------------------------------
Review request for qpid, Gordon Sim and Ted Ross. Description ------- QPID-4555: HA Add declaredExclusive management property to Queues The "exclusive" management property can change over the lifetime of a queue. This creates race conditions where primary and backup disagree over whether a queue is replicated. To resolve this, added a new management property "declaredExclusive" which is set when the queue is created and not modified. Do we need to co-ordinate with the Java build over this change to the schema? Diffs ----- /trunk/qpid/cpp/src/qpid/broker/Broker.cpp 1441163 /trunk/qpid/cpp/src/qpid/broker/Queue.cpp 1441163 /trunk/qpid/cpp/src/qpid/broker/QueueRegistry.cpp 1441163 /trunk/qpid/cpp/src/qpid/broker/QueueSettings.h 1441163 /trunk/qpid/cpp/src/qpid/broker/QueueSettings.cpp 1441163 /trunk/qpid/cpp/src/qpid/ha/BrokerReplicator.cpp 1441163 /trunk/qpid/cpp/src/qpid/ha/ReplicationTest.cpp 1441163 /trunk/qpid/cpp/src/tests/ha_tests.py 1441163 /trunk/qpid/specs/management-schema.xml 1441163 Diff: https://reviews.apache.org/r/9258/diff/ Testing ------- Thanks, Alan Conway
