rabbitmq versioned_notifications.info queue grows with no consumer

Bug #2077417 reported by Przemysław Kuczyński
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
masakari
New
Undecided
Unassigned

Bug Description

We are using masakari and ceilometer in openstack 2024.1 deployed by kolla-ansible . After some time rabbitmq versioned_notifications.info queue grows with no consumer. Is there any integration between masakari and ceilometer or its safe to disable driver to noop

masakari.conf https://github.com/openstack/kolla-ansible/blob/stable/2024.1/ansible/roles/masakari/templates/masakari.conf.j2

[oslo_messaging_notifications]
transport_url = xxx
driver = messagingv2
topics = notifications

[oslo_messaging_rabbit]
heartbeat_in_pthread = False
rabbit_quorum_queue = true

[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
{% if enable_ceilometer | bool %}
driver = messagingv2
topics = notifications
{% else %}
driver = noop
{% endif %}

We see messages like

{"oslo.version": "2.0", "oslo.message": "{\"message_id\": \"ab84916c-7889-40d6-8be7-ace772c33cd9\", \"publisher_id\": \"masakari-engine:xxx\", \"event_type\": \"notification.process.start\", \"priority\": \"INFO\", \"payload\": {\"masakari_object.name\": \"NotificationApiPayload\", \"masakari_object.namespace\": \"masakari\", \"masakari_object.version\": \"1.0\", \"masakari_object.data\": {\"fault\": null, \"id\": 907, \"notification_uuid\": \"87528a12-39b2-4e88-bcc4-8abd393854fa\", \"generated_time\": \"2024-08-19T17:08:20Z\", \"source_host_uuid\": \"4c71c3e2-bc79-4c28-8171-13bcefa1697b\", \"type\": \"VM\", \"payload\": {\"event\": \"LIFECYCLE\", \"instance_uuid\": \"2f7b2b62-c0be-4eff-a72a-8e5df76b8b73\", \"vir_domain_event\": \"STOPPED_DESTROYED\"}, \"status\": \"new\"}}, \"timestamp\": \"2024-08-19 17:08:21.623579\", \"_unique_id\": \"62aa7184751642dabfc1b74d7e5b24f7\", \"_context_user\": \"3819e35008b0465cbfa74cd2d70b1b5d\", \"_context_project_id\": \"78924f688d3d4062b42292cb904d14fb\", \"_context_system_scope\": null, \"_context_project\": \"78924f688d3d4062b42292cb904d14fb\", \"_context_domain\": null, \"_context_user_domain\": null, \"_context_project_domain\": null, \"_context_is_admin\": true, \"_context_read_only\": false, \"_context_show_deleted\": false, \"_context_auth_token\": null, \"_context_request_id\": \"req-0609d834-e327-4cca-9683-7fc0166fda17\", \"_context_global_request_id\": null, \"_context_resource_uuid\": null, \"_context_roles\": [\"member\", \"admin\", \"manager\", \"reader\"], \"_context_user_identity\": \"3819e35008b0465cbfa74cd2d70b1b5d 78924f688d3d4062b42292cb904d14fb - - -\", \"_context_is_admin_project\": true, \"_context_user_id\": \"3819e35008b0465cbfa74cd2d70b1b5d\", \"_context_read_deleted\": \"no\", \"_context_remote_address\": null, \"_context_timestamp\": \"2024-08-19T17:08:21.623503\", \"_context_user_name\": \"masakari\", \"_context_service_catalog\": [], \"_context_project_name\": \"service\"}"}

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.