Comment 1 for bug 1573696

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

Reviewed: https://review.openstack.org/332234
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=0c16cbc9a723edfc7a9edd08faac8f5fc1b974bf
Submitter: Jenkins
Branch: master

commit 0c16cbc9a723edfc7a9edd08faac8f5fc1b974bf
Author: Alexey Lebedeff <email address hidden>
Date: Tue Jun 21 18:58:51 2016 +0300

    Remove erlang/rabbit thread pool calculation

    Proper version of this calculation is implemented upstream -
    https://github.com/rabbitmq/rabbitmq-server/issues/151

    And removed version of the code is actually harmful, as it's using
    physicalprocessorcount (i.e. number of CPU sockets) for
    calculations. So on a 2 CPU/48 thread system there it was 30 threads
    instead of 768 calculated upstream.

    I've decided that it's easier to completely remove this code instead
    of duplicating current formula in upstream and providing a way to
    override this value through hiera - just not worth a hassle.

    Change-Id: I415d446af0a822d2a5ce3478fd9db1dd0f13e115
    Closes-Bug: 1573696