No way to disable notifications from services

Bug #1701357 reported by Ben Nemec
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Emilien Macchi

Bug Description

We recently added an environment to disable telemetry services in the overcloud[1], but it turns out this is actually dangerous in a real-world deployment. Without anything consuming notifications, the rabbit queues fill up and eventually start causing failures due to an inability to deal with that many pending messages.

We need to be able to set notification_driver for the other services to "noop", but currently this is not exposed via t-h-t. Ideally these would be wired in as template parameters so they could be set in the disable-telemetry environment file.

I believe this is already exposed via the puppet modules[2], so it should be possible to address mostly within t-h-t.

1: https://github.com/openstack/tripleo-heat-templates/blob/master/environments/disable-telemetry.yaml
2: https://github.com/openstack/puppet-cinder/blob/master/manifests/ceilometer.pp#L28

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

Note, the easier fix would be setting expiration for notification queues globally

Revision history for this message
Emilien Macchi (emilienm) wrote :

Are we really sure that Telemetry are the only consumers of RPC notifications? I'm thinking at services like Cinder, Nova, Neutron who also might consume some notifications.

Revision history for this message
Ben Nemec (bnemec) wrote :

I'm sure that if you disable the telemetry services then the notification queues fill up. I'm also sure that we disabled notifications in rh1 for all the services and everything is working fine.

I'm also fine with setting an expiration for the notification queues, although I don't know off the top of my head how to do that. Even if we do, I feel like we should allow disabling of notifications completely so we're not wasting CPU for a service that is already frequently a bottleneck in large deployments.

Changed in tripleo:
assignee: nobody → Emilien Macchi (emilienm)
Revision history for this message
Emilien Macchi (emilienm) wrote :

There are no currently open reviews on this bug, changing the status back to the previous state and unassigning. If there are active reviews related to this bug, please include links in comments.

Changed in tripleo:
assignee: Emilien Macchi (emilienm) → nobody
Changed in tripleo:
assignee: nobody → Emilien Macchi (emilienm)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-heat-templates (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/481726

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/481726
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d5145167cb13170cb2f8b928b3c920648e7ecaf0
Submitter: Jenkins
Branch: master

commit d5145167cb13170cb2f8b928b3c920648e7ecaf0
Author: Emilien Macchi <email address hidden>
Date: Fri Jul 7 11:35:28 2017 -0700

    Allow to set Notification Driver to 'noop'

    This patch does 2 things:
    * Configure messagingv2 as default driver for Oslo Notifications sent on
      RPC.
    * Allow users to choose between messagingv2 (default) and noop when we
      want to disable notifications (for example, when Telemetry is disabled).
    * Deprecate KeystoneNotificationDriver in favor of NotificationDriver.

    Change-Id: Ia547d7f4bfb51e7c45246b097b48fd86da231bd3
    Related-Bug: #1701357

Changed in tripleo:
milestone: pike-3 → pike-rc1
Revision history for this message
Ben Nemec (bnemec) wrote :

Marking fixed since https://review.openstack.org/481726 does in fact make it possible to disable notifications.

Changed in tripleo:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.