Add RabbitMQ heartbeat support to Pacemaker scripts
Bug #1394324 reported by
Miroslav Anashkin
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Invalid
|
Medium
|
Fuel Library (Deprecated) | ||
5.1.x |
Won't Fix
|
Medium
|
MOS Oslo | ||
6.0.x |
Won't Fix
|
Medium
|
MOS Oslo | ||
6.1.x |
Won't Fix
|
Medium
|
MOS Oslo | ||
7.0.x |
Invalid
|
Medium
|
Fuel Library (Deprecated) | ||
8.0.x |
Invalid
|
Medium
|
Fuel Library (Deprecated) |
Bug Description
Sometimes RabbitMQ cluster hangs the following way:
All its nodes are up, all the PIDs are in place, rabbitmqctl reports everything is OK.
Actually, RabbitMQ creates only load to CPU and does not process messages.
OpenStack services stalls. Restarting the whole RabbitMQ cluster leads to some message loss.
We implemented heartbeat support for RabbitMQ in OpenStack services.
Let us use heartbeat to determine, if RabbitMQ node actually processes messages.
Changed in fuel: | |
importance: | Undecided → High |
milestone: | none → 6.0 |
tags: | added: customer-found |
Changed in fuel: | |
assignee: | nobody → Fuel Library Team (fuel-library) |
Changed in fuel: | |
milestone: | 6.0 → 6.1 |
importance: | High → Medium |
tags: | added: release-notes |
summary: |
- Add RAbbitMQ heartbeat support to Pacemaker scripts + Add RabbitMQ heartbeat support to Pacemaker scripts |
tags: |
added: release-notes-done removed: release-notes |
tags: | added: area-library |
Changed in fuel: | |
milestone: | 5.0-updates → 8.0 |
status: | Won't Fix → Invalid |
tags: | added: wontfix-low |
To post a comment you must log in.
The description looks too generic, please provide a logs, or at least some additional details like - is this 'idle' rabbit can list its users and channels? This one could be as well a duplicate of https:/ /bugs.launchpad .net/fuel/ +bug/1396964