Removing a sequence number from a SequenceSet can corrupt the sequence.
-----------------------------------------------------------------------
Key: QPID-3035
URL: https://issues.apache.org/jira/browse/QPID-3035
Project: Qpid
Issue Type: Bug
Components: C++ Broker, C++ Client
Affects Versions: 0.9
Environment: any
Reporter: Ken Giusti
Assignee: Ken Giusti
Priority: Minor
Given a SequenceSet with disjoint sub-sequences, deleting from the end of one
sequence will corrupt a following sequence (if present).
Example - given the following sequence:
{[1,6] [10,20]}
deleting the sequence "6" will result in the following:
{[1,5] [7,20]}
the trailing subsequence now incorrectly includes 7-9.
--
This message is automatically generated by JIRA.
-
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:[email protected]