Rabbitmq process stuck in recovery
Bug #1426771 reported by
Sanju Abraham
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
Undecided
|
Prabhakaran Ganesan | ||
R2.0 |
Fix Committed
|
Undecided
|
Prabhakaran Ganesan | ||
R2.1 |
Fix Committed
|
Undecided
|
Prabhakaran Ganesan |
Bug Description
Rabbitmq clustering after node failure scenarios gets stuck in clustering. This is because some of the erlang threads gets stuck in a inconsistent state.
The monitoring script makes sure that this scenario is detected and cleans up the state by way of restarting the instance of rabbitmq that is stuck.
There were some quotes ( ` ) that was leading to errors in the version of bash on ubuntu 14.04. These quotes ( ` ) have to be corrected in the monitoring script.
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
status: | New → Fix Committed |
To post a comment you must log in.
stalels and stalecs variables do not get set properly because of invalid 'quotes' used. Corrected the same to use 'single' quotes