Comment 6 for bug 1573696

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

Reviewed: https://review.openstack.org/396677
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=7fa632dfdfc53a1381cde2b7af634cee6479483d
Submitter: Jenkins
Branch: stable/8.0

commit 7fa632dfdfc53a1381cde2b7af634cee6479483d
Author: Alexey Lebedeff <email address hidden>
Date: Fri Nov 11 18:41:34 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