Comment 7 for bug 1669698

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/29401
Committed: http://github.org/Juniper/contrail-controller/commit/86e6821e8676cee8a5eb6fd14a92e5c724374736
Submitter: Zuul (<email address hidden>)
Branch: master

commit 86e6821e8676cee8a5eb6fd14a92e5c724374736
Author: Édouard Thuleau <email address hidden>
Date: Wed Mar 22 18:08:05 2017 +0100

[VNC config] Purge remaining AMQP queue

Config services create AMQP queue to consume messages sent by API
server. When they abort, that queue is not deleted and continue to be
filled. Habitually, these services are directly restarted and put in
standby mode (another node should have take the lead). So the queue will
be purge when the service passes active.
That patch proposes to delete the queue if it exists before the service
goes in standby.

Change-Id: Ie1eb1f2a55d879c712d2914964ee1ff0edba9864
Closes-Bug: #1669698