Bug 653471
| Summary: | mrg-el4 - Acknowledged messages are not confirmed | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Ted Ross <tross> |
| Component: | qpid-cpp | Assignee: | messaging-bugs <messaging-bugs> |
| Status: | CLOSED ERRATA | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 1.3 | CC: | freznice, jneedle |
| Target Milestone: | 1.3.0.1 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
On the C++ Messaging API, messages that were received and acknowledged through the Session::acknowledge() function were never confirmed. As a result, the set of unconfirmed sequences (in client/amqp0_10/AcceptTracker::State) grew unbounded consuming approximately 140 bytes of memory per call of the Session::acknowledge() function. With this update, memory usage of the receiving process is stable.
|
Story Points: | --- |
| Clone Of: | 652463 | Environment: | |
| Last Closed: | 2010-11-30 18:01:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 652463 | ||
| Bug Blocks: | |||
|
Comment 1
Frantisek Reznicek
2010-11-18 15:11:43 UTC
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0922.html
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
On the C++ Messaging API, messages that were received and acknowledged through the Session::acknowledge() function were never confirmed. As a result, the set of unconfirmed sequences (in client/amqp0_10/AcceptTracker::State) grew unbounded consuming approximately 140 bytes of memory per call of the Session::acknowledge() function. With this update, memory usage of the receiving process is stable.
|