Comment 1 for bug 1614071

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/355477
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=b9cb86a51fc1f6036b9fd6ef417dad48f705776f
Submitter: Jenkins
Branch: stable/mitaka

commit b9cb86a51fc1f6036b9fd6ef417dad48f705776f
Author: Alexey Lebedeff <email address hidden>
Date: Mon Aug 22 14:30:12 2016 +0300

    Monitor rabbitmq from OCF with less overhead

    This will stop wasting network bandwidth for monitoring.

    E.g. a 200-node OpenStack installation produces aronud 10k queues and
    10k channels. Doing single list_queues/list_channels in cluster in this
    environment results in 27k TCP packets and around 12 megabytes of
    network traffic. Given that this calls happen ~10 times a minute with 3
    controllers, it results in pretty significant overhead.

    Upstream change:
    - https://github.com/rabbitmq/rabbitmq-server/pull/916

    To enable those features you shoud have rabbitmq containing following patches:
    - https://github.com/rabbitmq/rabbitmq-server/pull/883
    - https://github.com/rabbitmq/rabbitmq-server/pull/911
    - https://github.com/rabbitmq/rabbitmq-server/pull/915

    Change-Id: Icfde3360b42a841ad3a219b94f65a69b2a18cea7
    Closes-Bug: 1614071