Bug 869446
| Summary: | Failure in ipc receive reply function can consume nearly 100% CPU resources | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | David Vossel <dvossel> |
| Component: | libqb | Assignee: | David Vossel <dvossel> |
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.4 | CC: | dvossel, fdinitto, jkortus |
| Target Milestone: | rc | ||
| Target Release: | 6.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libqb-0.14.2-3.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Timeout argument give to qb_ipcc_recv() api function is not passed to poll() while waiting for reply.
Consequence: Depending on how qb_ipcc_recv() is used, this issue has the potential to consume nearly 100% CPU resources. Pacemaker is affected by this use case.
Fix: Pass timeout value to poll in qb_ipcc_recv().
Result: Timeout period is honored as expected and Pacemaker's use of ipc functions correctly.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 08:38:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David Vossel
2012-10-23 22:33:59 UTC
An additional commit made upstream is required to resolve this. https://github.com/asalkeld/libqb/commit/709b32de434ec157ec2a73153e58ffec186ae660 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0323.html |