You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2008/11/20 15:38:44 UTC

[jira] Created: (QPID-1478) qpid::client::Bounds::reduce incorrectly asserts there is only one waiter

qpid::client::Bounds::reduce incorrectly asserts there is only one waiter
-------------------------------------------------------------------------

                 Key: QPID-1478
                 URL: https://issues.apache.org/jira/browse/QPID-1478
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: M4
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: M4


This is incorrect because there may be multiple threads sending commands on the connection and any or all of them could be blocked. It also needs to notify all, not just one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1478) qpid::client::Bounds::reduce incorrectly asserts there is only one waiter

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-1478.
------------------------------

    Resolution: Fixed

Fixed by r720251.

> qpid::client::Bounds::reduce incorrectly asserts there is only one waiter
> -------------------------------------------------------------------------
>
>                 Key: QPID-1478
>                 URL: https://issues.apache.org/jira/browse/QPID-1478
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: M4
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: M4
>
>
> This is incorrect because there may be multiple threads sending commands on the connection and any or all of them could be blocked. It also needs to notify all, not just one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.