Jason Dillaman created QPID-4264:
------------------------------------

             Summary: Priority queue does not keep an accurate count of 
available messages
                 Key: QPID-4264
                 URL: https://issues.apache.org/jira/browse/QPID-4264
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.18
            Reporter: Jason Dillaman
            Priority: Minor


While investigating QPID-4262, discovered via code review that the 
PriorityQueue does not properly update its backing "fifo" MessageDeque's 
available count when PriorityQueue::removeIf is invoked. 

This might prevent the deletion of a queue and might result in queue listeners 
being woken up unnecessarily.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to