I'd recommend a few things. The first is you need to disable notifications in your services including nova. You just set the notifications driver to noop. Second, you should have some monitoring in place that looks for queues that go over a certain threshold. There's not a lot of queues that should be sitting with a ton of unconsumed messages, we have Icinga checks in place to warn us when a queue grows over 5k messages.
On Wed, Sep 30, 2015 at 11:23 AM, James King <[email protected]> wrote: > Yup. We periodically consume the queue. You can also turn off ceilometer > reporting in the service publishing the notifications, iirc. > > > On Sep 30, 2015, at 1:13 PM, Chris Friesen <[email protected]> > wrote: > > > > Hi, > > > > We've recently run into an issue where the notifications.info rabbitmq > queue is perpetually growing, ultimately consuming significant amounts of > memory. > > > > How do others deal with this? Do you always have a consumer draining > the queue? > > > > Chris > > > > _______________________________________________ > > OpenStack-operators mailing list > > [email protected] > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > > > _______________________________________________ > OpenStack-operators mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators >
_______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
