Comment 4 for bug 1393505

Revision history for this message
Ilya Tyaptin (ityaptin) wrote : Re: Back-port Oslo messaging 1.4.1 to MOS 5.1.1

Research confirm bug with handshake error in rabbit in next usecase:
In HA mode:
1. Start rabbitmq service: pcs resource enable p_rabbitmq-server
2. Start ceilometer-agent-notification: service ceilometer-agent-notification start
3. Restart rabbitmq: pcs resource disable p_rabbitmq-server; sleep 15; pcs resource enable p_rabbitmq-server
After this one instance of ceilometer-agent-notification may fails when connecting to rabbitmq. In this case rabbit log will contain errors with handshake timeout.

One of the probably fixes of it - increase notification_workers parameter in ceilometer.conf.

Next we'll make check of this fix.