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 (Created) (JIRA)" <ji...@apache.org> on 2012/02/02 19:45:03 UTC

[jira] [Created] (QPID-3804) Rollback or release of an acquired group message may result in message reorder.

Rollback or release of an acquired group message may result in message reorder.
-------------------------------------------------------------------------------

                 Key: QPID-3804
                 URL: https://issues.apache.org/jira/browse/QPID-3804
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.14
            Reporter: Ken Giusti
            Assignee: Ken Giusti
            Priority: Minor


Given a message group queue with the following message distribution:

oldest->A, B, A, ...

If a consumer acquires A0, then rollsback the acquisition, the next fetch returns B0, followed by A0 (redelivered)

The correct order should be: A0 (redelivered), B0, A1, ...

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


[jira] [Resolved] (QPID-3804) Rollback or release of an acquired group message may result in message reorder.

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

Ken Giusti resolved QPID-3804.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.15
    
> Rollback or release of an acquired group message may result in message reorder.
> -------------------------------------------------------------------------------
>
>                 Key: QPID-3804
>                 URL: https://issues.apache.org/jira/browse/QPID-3804
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.14
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Minor
>             Fix For: 0.15
>
>
> Given a message group queue with the following message distribution:
> oldest->A, B, A, ...
> If a consumer acquires A0, then rollsback the acquisition, the next fetch returns B0, followed by A0 (redelivered)
> The correct order should be: A0 (redelivered), B0, A1, ...

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