QMF v1 method requests may fail if new object's id overlaps an old deleted object. ----------------------------------------------------------------------------------
Key: QPID-3666 URL: https://issues.apache.org/jira/browse/QPID-3666 Project: Qpid Issue Type: Bug Components: C++ Broker Affects Versions: 0.14 Reporter: Ken Giusti Assignee: Ken Giusti Priority: Minor Fix For: 0.15 If a broker object, such as a queue, is created, deleted, and re-created, the new(est) QMF management object is still indexed by the old key value. This is OK for QMF v2 keys, but v1 keys contain a sequence number which is not correctly updated. This may result in v1 queries for the new object to fail. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org