You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2011/02/03 16:14:29 UTC

[jira] Created: (QPID-3035) Removing a sequence number from a SequenceSet can corrupt the sequence.

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:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-3035) Removing a sequence number from a SequenceSet can corrupt the sequence.

Posted by "Ken Giusti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Giusti resolved QPID-3035.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9

> 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
>             Fix For: 0.9
>
>
> 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:dev-subscribe@qpid.apache.org