Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3035

Removing a sequence number from a SequenceSet can corrupt the sequence.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9
    • 0.9
    • C++ Broker, C++ Client
    • None
    • any

    Description

      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.

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: