Comment 12 for bug 1413104

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

Reviewed: https://review.openstack.org/152060
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=a8417ef811919dbe7abee90eeb67f4ca7ede2935
Submitter: Jenkins
Branch: stable/5.1

commit a8417ef811919dbe7abee90eeb67f4ca7ede2935
Author: Bartłomiej Piotrowski <email address hidden>
Date: Mon Jan 26 11:06:08 2015 +0100

    Use haproxy's http-server-close by default

    At load, haproxy begins accumulating a large number of connections to
    backend services stuck in TIME_WAIT state. Eventually, this leads to
    stalled requests to OpenStack API services. http-server-close solves
    that problem.

    Change-Id: Ie405fe2d384d9d8375f60ad2c3c9885f41fe6d49
    Closes-Bug: 1413104
    (cherry picked from commit 6c6bfc35f779774141274579b948280518f57e2d)